From df7b0baf64ae3ac35d09574be96932c7cd8c08e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Wed, 11 Mar 2026 10:15:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=90=89=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84?= =?UTF-8?q?=E9=9C=80=E6=B1=82=5F=E4=BF=AE=E6=94=B9=E5=BD=95=E9=9F=B3?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=B8=BA?= =?UTF-8?q?60=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/components/touch-btn/touch-btn.vue | 2 +- src/manifest.json | 8 ++++---- src/uni_modules/ty-camera/utssdk/unierror.uts | 10 ---------- 4 files changed, 7 insertions(+), 17 deletions(-) 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'] ]); From 65704cb5bdb1b158e9be8b4b0b6932f9246852f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Wed, 11 Mar 2026 11:10:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=90=89=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84?= =?UTF-8?q?=E9=9C=80=E6=B1=82=5F=E4=BF=AE=E6=94=B9=E5=BD=95=E9=9F=B3?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E4=B8=BA?= =?UTF-8?q?60?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/touch-btn/touch-btn.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/touch-btn/touch-btn.vue b/src/components/touch-btn/touch-btn.vue index 5a9c18ea..e32c5558 100644 --- a/src/components/touch-btn/touch-btn.vue +++ b/src/components/touch-btn/touch-btn.vue @@ -533,7 +533,7 @@ console.log('1号定时器纠错'); emit('submitVoice', { ossKey: '', text: '', recordId: recordId.value }); } - }, 4000); + }, 60000); } };