Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
杨航
2025-09-23 16:27:28 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
ENV = 'development' ENV = 'development'
# '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 # UAT
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786' # VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
+1 -1
View File
@@ -307,7 +307,7 @@ const touchBtnSubmit = (type, submitObj) => {
const topic = topicList[questionNumber.value]; const topic = topicList[questionNumber.value];
touchBtnRef.value?.clearinputText(); // 清除发送框数据 touchBtnRef.value?.clearinputText(); // 清除发送框数据
if (type === 'voice') { if (type === 'voice') {
if (topic.es_status == '00') return; if (topic.es_status === '00') return;
topic.es_status = '00'; // 00转圈 topic.es_status = '00'; // 00转圈
const voicePath = submitObj; const voicePath = submitObj;
commonUploadVoiceFile(voicePath, '/traask/traAskchat/voiceTrans', {}) commonUploadVoiceFile(voicePath, '/traask/traAskchat/voiceTrans', {})