diff --git a/.env.development b/.env.development index 7146d671..40bc1365 100644 --- a/.env.development +++ b/.env.development @@ -27,9 +27,8 @@ VITE_APP_BASE_H5_API_Url = 'https://aitstest.jlbank.com.cn:7001' # 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' # 张建成 diff --git a/src/pages/index/components/history.vue b/src/pages/index/components/history.vue index 06888043..16694b17 100644 --- a/src/pages/index/components/history.vue +++ b/src/pages/index/components/history.vue @@ -28,6 +28,7 @@ const historyPopupRef = ref() const historyList = ref([]) const open = () => { + historyList.value = [] openFeedback(true) } const close = () => {