Merge branch 'develop' into 'sit'

解决问答题bug

See merge request K17_AITS/tra-app!100
This commit is contained in:
田岩
2025-09-01 17:24:30 +08:00
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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'
# 任东
+3 -2
View File
@@ -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;
}
}
+1 -1
View File
@@ -84,7 +84,7 @@
});
const del_all = () => {
common.show('', '确认删除全部搜索历史').then((res) => {
common.show('', '历史搜索记录清除后无法恢复,确认删除吗?').then((res) => {
if (res) {
common.setValue(storageKey, []);
historyList.value = [];