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://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 # DEV
#VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' #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' namespace 'cn.com.jlbank.ai'
defaultConfig { defaultConfig {
applicationId "cn.com.jlbank.ai" applicationId "cn.com.jlbank.ai"
minSdkVersion 33 minSdkVersion 29
targetSdkVersion 33 targetSdkVersion 33
versionName System.getenv("versionName") ?: "1.0.0" versionName System.getenv("versionName") ?: "1.0.3"
versionCode System.getenv("versionCode")?.toInteger() ?: 281 versionCode System.getenv("versionCode")?.toInteger() ?: 285
multiDexEnabled true multiDexEnabled true
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8 sourceCompatibility JavaVersion.VERSION_1_8
+1 -1
View File
@@ -8,7 +8,7 @@ android {
compileSdk 35 compileSdk 35
defaultConfig { defaultConfig {
minSdk 33 minSdk 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro" consumerProguardFiles "consumer-rules.pro"
} }
+1 -1
View File
@@ -8,7 +8,7 @@ android {
compileSdk 35 compileSdk 35
defaultConfig { defaultConfig {
minSdk 33 minSdk 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro" consumerProguardFiles "consumer-rules.pro"
} }
+1 -1
View File
@@ -5,7 +5,7 @@
@query="queryList" @query="queryList"
class="scroll_div" class="scroll_div"
:auto="true" :auto="true"
empty-view-text="暂无学习任务" empty-view-text="暂无兑换活动"
> >
<template #top> <template #top>
<nav-bar :is_seat="false"></nav-bar> <nav-bar :is_seat="false"></nav-bar>
Binary file not shown.