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();