From 0da6bb0d1f60ddf4f502c1f3dd6530aa4558d5cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Thu, 15 Jan 2026 14:49:09 +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=E5=85=B3=E9=94=AE=E8=AF=8D?= =?UTF-8?q?=E7=9F=A5=E8=AF=86=E7=82=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- src/components/examination/es-analysis.vue | 76 ++++++++++-------- .../examination/reference-answer.vue | 2 +- src/components/examination/subject.vue | 10 +-- src/enum.js | 8 ++ .../courseDetail/components/introduce.vue | 11 ++- src/pages/courseDetail/index.vue | 29 ++++++- src/static/images/examination/li-1.png | Bin 0 -> 855 bytes src/static/images/examination/li-2.png | Bin 0 -> 1040 bytes 9 files changed, 91 insertions(+), 51 deletions(-) create mode 100644 src/static/images/examination/li-1.png create mode 100644 src/static/images/examination/li-2.png diff --git a/.env.development b/.env.development index 1f463837..94f0d442 100644 --- a/.env.development +++ b/.env.development @@ -4,10 +4,10 @@ ENV = 'development' -#VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' +#VITE_APP_BASE_API_Url = 'https://aits.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 = 'https://aitstest.jlbank.com.cn:7002' # VITE_APP_BASE_API_Url = 'http://192.168.247.200' @@ -21,7 +21,7 @@ ENV = 'development' # 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 cab4acd9..65e4fd54 100644 --- a/src/components/examination/es-analysis.vue +++ b/src/components/examination/es-analysis.vue @@ -7,15 +7,17 @@ - - {{ item.gradeDimens }}: - {{ item.anlyGrade }} + + + + {{ item.gradeDimens }}: + {{ item.anlyGrade }} + - + 未命中: - {{ keyword }} @@ -28,7 +30,8 @@