Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
杨航
2025-09-02 10:00:22 +08:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
});
const del_all = () => {
common.show('', '历史搜索记录清除后无法恢复,确认删除吗').then((res) => {
common.show('', '确认删除全部搜索历史?').then((res) => {
if (res) {
common.setValue(storageKey, []);
historyList.value = [];