LBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2026-03-12 09:56:00 +08:00
parent c9ce517074
commit dbe29133ec
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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:7002'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
# DEV
+1 -1
View File
@@ -575,7 +575,7 @@
};
// 禁用时点击给的提示
const disabled_click = () => {
if (props.isDisabled) {
if (props.isDisabled && props.disabledText) {
console.log('禁用时点击给的提示', props.disabledText);
common.msg(props.disabledText);
}
+4 -1
View File
@@ -147,7 +147,7 @@
/> -->
<touch-btn @submitVoice="submitVoice" @sendLoading="sendLoading" @submitAnswer="submitAnswer"
@startRecord="startRecordCallback" :loadingText="sendLoadingText" :isLoading="!answerIsOver"
:adjustPosition="true" :isDisabled="isHistory" />
:adjustPosition="true" :isDisabled="isHistory" :disabledText="''"/>
<History ref="historyRef" @showDetail="showHistoryDetail"></History>
<PreviewVue ref="previewRef" />
@@ -705,6 +705,9 @@
// 新发送语音
const submitVoice = ({ossKey, text}) => {
console.log('新发送语音',ossKey,text);
// if (talkingList.value.length > 0 && talkingList.value[talkingList.value.length - 1].isLoading) {
// return
// }
if(!ossKey) {
talkingList.value.pop();
uni.showToast({