JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改录音组件自动提交时间

This commit is contained in:
田岩
2026-03-24 16:50:57 +08:00
parent b31dd8ef99
commit df159a0eb0
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId "cn.com.jlbank.ai"
minSdkVersion 29
targetSdkVersion 33
versionName System.getenv("versionName") ?: "1.0.4"
versionCode System.getenv("versionCode")?.toInteger() ?: 286
versionName System.getenv("versionName") ?: "1.0.6"
versionCode System.getenv("versionCode")?.toInteger() ?: 288
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
+1
View File
@@ -18,6 +18,7 @@
"build:app-plus:sit": "uni build -p app-plus --mode sit",
"build:app-plus:uat": "uni build -p app-plus --mode uat",
"build:app-plus:prod": "uni build -p app-plus",
"b": "uni build -p app-plus",
"build:h5:dev": "uni build -p h5 --mode development_h5",
"build:h5": "uni build"
},
+2 -2
View File
@@ -173,7 +173,7 @@
// 最大录音时长
maxRecordDuration: {
type: Number,
default: 60000
default: 58000
},
adjustPosition: {
default: false,
@@ -283,7 +283,7 @@
tempText.value = '';
allText.value = '';
ossKey.value = '';
voiceQueue = [];
pressTimer = setTimeout(() => {
if (!isRecording.value) {
console.log('定时器被取消还是进入了');