JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改录音组件超时时间为60秒

This commit is contained in:
田岩
2026-03-11 10:15:45 +08:00
parent 88682fa98e
commit df7b0baf64
4 changed files with 7 additions and 17 deletions
+2 -2
View File
@@ -5,14 +5,14 @@ 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:7002'
# DEV
#VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
# sit
VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
#VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
# UAT
# VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786'
+1 -1
View File
@@ -472,7 +472,7 @@
if (status.value === 'send_over') return;
voice_to_text_status.value = 'networkError';
status.value = 'send_over'; // 设置成发送完成
}, 4000);
}, 60000);
} else if (_isOutStatus === '01') {
status.value = 'voice_send_ing'; //主状态设置为语音发送中
}
+4 -4
View File
@@ -76,10 +76,10 @@
"NSMicrophoneUsageDescription" : "此应用需要访问您的麦克风来录制音频"
},
"capabilities" : {
"entitlements" : {
"com.apple.developer.avfoundation.multitasking-camera-access" : true
}
}
"entitlements" : {}
},
/* "com.apple.developer.avfoundation.multitasking-camera-access" : true*/
"idfa" : false
},
/* SDK */
"sdkConfigs" : {},
@@ -18,16 +18,6 @@ export const MyAPIErrors : Map<MyApiErrorCode, string> = new Map([
* 错误码及对应的错误信息
*/
[9010001, 'custom error mseeage1'],
[9010002, 'custom error mseeage2'],
[9010003, 'custom error mseeage2'],
[9010004, 'custom error mseeage2'],
[9010005, 'custom error mseeage2'],
[9010006, 'custom error mseeage2'],
[9010007, 'custom error mseeage2'],
[9010008, 'custom error mseeage2'],
[9010009, 'custom error mseeage2'],
[9010010, 'custom error mseeage2'],
[9010011, 'custom error mseeage2']
]);