JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改录音组件自动提交时间
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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('定时器被取消还是进入了');
|
||||
|
||||
Reference in New Issue
Block a user