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] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=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);