From 008dc6b2ab961380024cd67b22428900d68a3583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Mon, 22 Sep 2025 16:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BE=E7=A8=8B=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=92=8C=E8=80=83=E8=AF=95=E8=AE=B0=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=90=8E=EF=BC=8C=E5=B7=B2=E7=BB=8F=E6=89=93?= =?UTF-8?q?=E5=BC=80=E7=9A=84=E8=AE=B0=E5=BD=95=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E4=B8=8D=E5=A4=8D=E5=8E=9F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/pages/practice/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 7d10ff90..23e0e4f5 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # 'development' -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # UAT # VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786' diff --git a/src/pages/practice/index.vue b/src/pages/practice/index.vue index 5363ac0c..fb3099b6 100644 --- a/src/pages/practice/index.vue +++ b/src/pages/practice/index.vue @@ -307,7 +307,7 @@ const touchBtnSubmit = (type, submitObj) => { const topic = topicList[questionNumber.value]; touchBtnRef.value?.clearinputText(); // 清除发送框数据 if (type === 'voice') { - if (topic.es_status == '00') return; + if (topic.es_status === '00') return; topic.es_status = '00'; // 00转圈 const voicePath = submitObj; commonUploadVoiceFile(voicePath, '/traask/traAskchat/voiceTrans', {})