From 0d67fc735090bbfc4b934ee357f2182b39302be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Mon, 1 Sep 2025 17:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=97=AE=E7=AD=94=E9=A2=98bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/pages/examination/index.vue | 5 +++-- src/pages/search/search.vue | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 94cef876..0554b570 100644 --- a/.env.development +++ b/.env.development @@ -23,8 +23,8 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # VITE_APP_BASE_H5_API_Url = 'http://25.64.16.130:9602' # 线上 -#VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7002' -VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' +VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7002' +#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' #VITE_APP_BASE_H5_API_Url = 'http://25.18.122.116:7001' # 任东 diff --git a/src/pages/examination/index.vue b/src/pages/examination/index.vue index 8dd09824..c070b7c7 100644 --- a/src/pages/examination/index.vue +++ b/src/pages/examination/index.vue @@ -555,8 +555,9 @@ .current.mark { // 已完成 - background-color: rgba(0, 102, 255, 0.6); - color: #ffffff; + background-color: rgba(232, 181, 49, 0.1); + // background-color: rgba(0, 102, 255, 0.6); + color: #e8b531; border-color: #e8b531; } } diff --git a/src/pages/search/search.vue b/src/pages/search/search.vue index 0d7a0c52..cc475f89 100644 --- a/src/pages/search/search.vue +++ b/src/pages/search/search.vue @@ -84,7 +84,7 @@ }); const del_all = () => { - common.show('', '确认删除全部搜索历史').then((res) => { + common.show('', '历史搜索记录清除后无法恢复,确认删除吗?').then((res) => { if (res) { common.setValue(storageKey, []); historyList.value = [];