fix: bug

This commit is contained in:
杨航
2025-09-04 18:07:08 +08:00
parent 4ce70faa22
commit 42af736ff7
2 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -27,9 +27,8 @@ VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
# 任东
# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.16.130:9601'
VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.16.130:9602'
# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.16.140:9604'
# 张建成
+1
View File
@@ -28,6 +28,7 @@
const historyPopupRef = ref()
const historyList = ref([])
const open = () => {
historyList.value = []
openFeedback(true)
}
const close = () => {