From c399c2db8ff9c618fffca51707f632caed909248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Wed, 14 Jan 2026 16:24:52 +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=B9=E9=A6=96=E9=A1=B5=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/components/points-and-badge/holiday.vue | 86 +++++++++++++-------- src/composables/useCheckIn.js | 7 +- src/pages/examination/index.vue | 7 +- src/pages/practice/index.vue | 5 +- src/pages/sparring/js/ProtocolCodec.ts | 5 +- src/pages/sparring/js/useWebSocket.js | 2 +- 7 files changed, 67 insertions(+), 49 deletions(-) diff --git a/.env.development b/.env.development index 03b74a85..4871a998 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:7002' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7003' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # VITE_APP_BASE_API_Url = 'http://192.168.247.200' @@ -15,7 +15,7 @@ ENV = 'development' # VITE_APP_BASE_API_Url = 'http://192.168.108.129' # dev -VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' +#VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' # sit diff --git a/src/components/points-and-badge/holiday.vue b/src/components/points-and-badge/holiday.vue index 7da7db5c..a7196c05 100644 --- a/src/components/points-and-badge/holiday.vue +++ b/src/components/points-and-badge/holiday.vue @@ -34,7 +34,16 @@ :src="holidayInfo.ossAddr" > - {{ holidayInfo.holidayDesc }} + + + + {{ text1 }} + + + {{ text2 }} + + + {{ done.tipText }} - - {{ score }}积分 - + {{ score }}积分 - + {{ done.buttonText }} @@ -60,13 +67,18 @@