Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
This commit is contained in:
+2
-2
@@ -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'
|
||||
|
||||
@@ -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'; //主状态设置为语音发送中
|
||||
}
|
||||
@@ -533,7 +533,7 @@
|
||||
console.log('1号定时器纠错');
|
||||
emit('submitVoice', { ossKey: '', text: '', recordId: recordId.value });
|
||||
}
|
||||
}, 4000);
|
||||
}, 60000);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
+4
-4
@@ -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']
|
||||
]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user