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' 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" applicationId "cn.com.jlbank.ai"
minSdkVersion 29 minSdkVersion 29
targetSdkVersion 33 targetSdkVersion 33
versionName System.getenv("versionName") ?: "1.0.6" versionName System.getenv("versionName") ?: "1.0.7"
versionCode System.getenv("versionCode")?.toInteger() ?: 288 versionCode System.getenv("versionCode")?.toInteger() ?: 288
multiDexEnabled true multiDexEnabled true
compileOptions { compileOptions {
+2 -1
View File
@@ -110,7 +110,7 @@
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
<!-- <TouchBtn <!-- <TouchBtn
class="talk-btns" class="talk-btns"
@uploadVoice="uploadRecordNow" @uploadVoice="uploadRecordNow"
@submitAnswer="submitAnswerNow" @submitAnswer="submitAnswerNow"
@@ -776,6 +776,7 @@
commonUploadVoiceFile(voicePath, '/traask/traAskchat/voiceTrans', {}) commonUploadVoiceFile(voicePath, '/traask/traAskchat/voiceTrans', {})
.then((_res) => { .then((_res) => {
console.log('xxxxxxxxxxxxxxxxxxxxx', _res);
if (!!(_res.body.transContent || '').trim()) { if (!!(_res.body.transContent || '').trim()) {
askData.value = { askData.value = {
reqBatch: reqBatch.value, reqBatch: reqBatch.value,