JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改积分商城空数据提示

This commit is contained in:
田岩
2026-03-24 10:19:09 +08:00
parent 8b68bfbe46
commit c1039138fb
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ ENV = 'development'
#VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001'
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# DEV
#VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
+3 -3
View File
@@ -6,10 +6,10 @@ android {
namespace 'cn.com.jlbank.ai'
defaultConfig {
applicationId "cn.com.jlbank.ai"
minSdkVersion 33
minSdkVersion 29
targetSdkVersion 33
versionName System.getenv("versionName") ?: "1.0.0"
versionCode System.getenv("versionCode")?.toInteger() ?: 281
versionName System.getenv("versionName") ?: "1.0.3"
versionCode System.getenv("versionCode")?.toInteger() ?: 285
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
+1 -1
View File
@@ -8,7 +8,7 @@ android {
compileSdk 35
defaultConfig {
minSdk 33
minSdk 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
+1 -1
View File
@@ -8,7 +8,7 @@ android {
compileSdk 35
defaultConfig {
minSdk 33
minSdk 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
+1 -1
View File
@@ -5,7 +5,7 @@
@query="queryList"
class="scroll_div"
:auto="true"
empty-view-text="暂无学习任务"
empty-view-text="暂无兑换活动"
>
<template #top>
<nav-bar :is_seat="false"></nav-bar>
Binary file not shown.