From 2897eb5ed6019c49c5b10ebda133f05ed5ea6e67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Mon, 2 Mar 2026 10:45:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=90=89=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84?= =?UTF-8?q?=E9=9C=80=E6=B1=82=5F=E4=BF=AE=E6=94=B9SIT=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sit | 2 +- src/pages/index/components/class_scroll.vue | 17 +++++++++++++++-- src/pages/index/dialog.vue | 2 +- src/pages/login/login.vue | 4 ++-- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.env.sit b/.env.sit index 57bb6db5..8e8ed9e9 100644 --- a/.env.sit +++ b/.env.sit @@ -2,4 +2,4 @@ ENV = 'sit' # base api -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' diff --git a/src/pages/index/components/class_scroll.vue b/src/pages/index/components/class_scroll.vue index 98ad4c3a..66e95851 100644 --- a/src/pages/index/components/class_scroll.vue +++ b/src/pages/index/components/class_scroll.vue @@ -110,6 +110,11 @@ ]; const class_list = ref([]); const skeleton = [ + { + type: 'line', + num: 1, + style: 'marginBottom:20rpx; ', + }, { type: 'flex', num: 1, @@ -122,8 +127,7 @@ { type: 'line', num: 3, - - style: ['width: 240rpx;', null, null] + style: ['width: 240rpx;'] } ] } @@ -135,7 +139,16 @@ } else { // class_list.value = res.body; } + class_list.value = res.body; + class_list.value.unshift({ + id: '', + img: '', + nama: '', + mtTime: '', + accmCnt: '' + }); + }); }; defineExpose({ get_data }); diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index 9b62aa21..699f2722 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -114,7 +114,7 @@ - diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index a32f4051..10e9cae3 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -81,8 +81,8 @@ const socketStore = useSocketStore(); const { taskSocket } = storeToRefs(socketStore); const show_password = ref(false); - const account = ref('admin'); - const password = ref('123456'); + const account = ref(''); + const password = ref(''); const read_text_state = ref>([]); const imeHeight = ref('0px'); const back_state = ref(true); From 018c51e956dd2d887f636e0940af24c0e491e6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Mon, 2 Mar 2026 12:25:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=90=89=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84?= =?UTF-8?q?=E9=9C=80=E6=B1=82=5F=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8FBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +-- src/pages/index/components/class_scroll.vue | 30 +++------------------ 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/.env.development b/.env.development index 6e7704c3..5bb8ccd2 100644 --- a/.env.development +++ b/.env.development @@ -7,7 +7,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' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # VITE_APP_BASE_API_Url = 'http://192.168.247.200' @@ -19,7 +19,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' #VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' # sit -#VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' +VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' # UAT # VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786' diff --git a/src/pages/index/components/class_scroll.vue b/src/pages/index/components/class_scroll.vue index 66e95851..74f53a60 100644 --- a/src/pages/index/components/class_scroll.vue +++ b/src/pages/index/components/class_scroll.vue @@ -51,28 +51,22 @@