diff --git a/.env.development b/.env.development index 3119b39a..f620d0e7 100644 --- a/.env.development +++ b/.env.development @@ -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' diff --git a/src/components/touch-btn/touch-btn.vue b/src/components/touch-btn/touch-btn.vue index 3d25dd7c..5a9c18ea 100644 --- a/src/components/touch-btn/touch-btn.vue +++ b/src/components/touch-btn/touch-btn.vue @@ -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'; //主状态设置为语音发送中 } diff --git a/src/manifest.json b/src/manifest.json index 5c5bf242..a0843a51 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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" : {}, diff --git a/src/uni_modules/ty-camera/utssdk/unierror.uts b/src/uni_modules/ty-camera/utssdk/unierror.uts index 2b94b558..eb75f4c4 100644 --- a/src/uni_modules/ty-camera/utssdk/unierror.uts +++ b/src/uni_modules/ty-camera/utssdk/unierror.uts @@ -18,16 +18,6 @@ export const MyAPIErrors : Map = 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'] ]);