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 = [];