From 42af736ff70fef7c2555831257cf4e30757860b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 4 Sep 2025 18:07:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 ++--- src/pages/index/components/history.vue | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 6ee69cc3..0b7218c4 100644 --- a/.env.development +++ b/.env.development @@ -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' # 张建成 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 = () => {