JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修复iOS需要追踪数据的权限
This commit is contained in:
@@ -6,6 +6,7 @@ ENV = 'development'
|
||||
|
||||
|
||||
|
||||
|
||||
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
|
||||
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user