From b3f51261482e724e0fd5093e04c3a1eee402cc04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Tue, 13 Jan 2026 14:24:28 +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=E5=A4=8Dsitbug3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/components/examination/es-analysis.vue | 2 +- src/components/examination/subject.vue | 2 ++ src/components/points-and-badge/holiday.vue | 2 +- src/pages/competition/pk.vue | 2 +- src/pages/examination/index.vue | 2 +- src/pages/practice/index.vue | 2 +- src/pages/wrongQuestionRecord/correct.vue | 8 ++++---- 8 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.env.development b/.env.development index 641e1570..3c25e348 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:7002' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' @@ -20,7 +20,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # sit -#VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' +VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' # UAT diff --git a/src/components/examination/es-analysis.vue b/src/components/examination/es-analysis.vue index 59b1a12b..cab4acd9 100644 --- a/src/components/examination/es-analysis.vue +++ b/src/components/examination/es-analysis.vue @@ -58,7 +58,7 @@ }); const keywords = computed(() => { - if (!props.value.relKeyword) return []; + if (!props.value?.relKeyword) return []; return props.value.relKeyword.split(/[,、/]/).map((key) => key.trim()); }); const keywordsLength = computed(() => { diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue index a631f286..1f02b0b4 100644 --- a/src/components/examination/subject.vue +++ b/src/components/examination/subject.vue @@ -46,7 +46,9 @@ +