diff --git a/.env.development b/.env.development
index 94f0d442..e0c35b45 100644
--- a/.env.development
+++ b/.env.development
@@ -4,10 +4,10 @@ ENV = 'development'
-#VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7002'
+#VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
-VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
+VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# VITE_APP_BASE_API_Url = 'http://192.168.247.200'
diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue
index f0903713..b6265e64 100644
--- a/src/components/examination/subject.vue
+++ b/src/components/examination/subject.vue
@@ -6,7 +6,7 @@
{{ item.tgtGrade }}分
-
+
{{ answerMethod }}
@@ -50,9 +50,7 @@
-
-
{
+ console.log('调用结束语音回答');
+ };
const changeBtn = () => {
if (props.isDisabled) return;
keyboardIsShow.value = !keyboardIsShow.value;
@@ -622,7 +625,7 @@
onHide(() => {
isGettingPermission.value = true
})
- defineExpose({clearInputText})
+ defineExpose({clearInputText, give_up})