JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复iOS需要追踪数据的权限

This commit is contained in:
2026-03-26 15:31:30 +08:00
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ ENV = 'development'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
+1 -1
View File
@@ -8,7 +8,7 @@ android {
applicationId "cn.com.jlbank.ai"
minSdkVersion 29
targetSdkVersion 33
versionName System.getenv("versionName") ?: "1.0.6"
versionName System.getenv("versionName") ?: "1.0.7"
versionCode System.getenv("versionCode")?.toInteger() ?: 288
multiDexEnabled true
compileOptions {
+2 -1
View File
@@ -110,7 +110,7 @@
</view>
</scroll-view>
</view>
<!-- <TouchBtn
<!-- <TouchBtn
class="talk-btns"
@uploadVoice="uploadRecordNow"
@submitAnswer="submitAnswerNow"
@@ -776,6 +776,7 @@
commonUploadVoiceFile(voicePath, '/traask/traAskchat/voiceTrans', {})
.then((_res) => {
console.log('xxxxxxxxxxxxxxxxxxxxx', _res);
if (!!(_res.body.transContent || '').trim()) {
askData.value = {
reqBatch: reqBatch.value,