From ee0d2971d25fcce256d7eb6b6cd3718510b1729e Mon Sep 17 00:00:00 2001 From: wzy-warehouse <18135009705@163.com> Date: Thu, 7 May 2026 13:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6=E4=B8=ADst?= =?UTF-8?q?ore=E7=9A=84=E8=B0=83=E7=94=A8=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/IndexView.vue | 4 +++- src/views/home/earthquake/EarthquakeView.vue | 10 ++++++---- src/views/home/rainstorm/RainstormView.vue | 18 ++++++++++-------- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/src/views/IndexView.vue b/src/views/IndexView.vue index dab6d56..9a1c106 100644 --- a/src/views/IndexView.vue +++ b/src/views/IndexView.vue @@ -13,7 +13,7 @@ @click=" isActive(item.query.identification) ? '' - : (useStatusStore().appLoadingCompleted = false) + : (statusStore.appLoadingCompleted = false) " v-for="(item, index) in topNavMap" :key="index" @@ -39,6 +39,8 @@ // 获取钩子函数 const { topNavMap, isActive } = useIndex(); + + const statusStore = useStatusStore();