From de3e58758b737f24e7a749135ddd6919e6b0f2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Mon, 9 Mar 2026 16:29:25 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5Ffix=EF=BC=9A=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/pages/course/components/touchBtn.vue | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 93437482..ba6775df 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ ENV = 'development' #VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7003' # DEV diff --git a/src/pages/course/components/touchBtn.vue b/src/pages/course/components/touchBtn.vue index b6f8c70d..2b4f2ab0 100644 --- a/src/pages/course/components/touchBtn.vue +++ b/src/pages/course/components/touchBtn.vue @@ -341,9 +341,11 @@ isGettingPermission.value = false }, 1000) unref(recordObjCom).stop(); - setTimeout(() => { - closeModel() - }, 300) + if(!transVoiceIng.value){ + setTimeout(() => { + closeModel() + }, 300) + } } else { isGettingPermission.value = false closeModel();