From b526c249e8a4f36b6c8dcee8ba80245544b6720f Mon Sep 17 00:00:00 2001 From: lizhipeng Date: Wed, 4 Feb 2026 11:27:45 +0800 Subject: [PATCH] fix --- src/App.vue | 4 +--- src/router/router-config.ts | 3 +++ src/stores/global.ts | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0c97814..dceb137 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,12 +8,10 @@ import { computed } from 'vue' import { useGlobalStore } from '@/stores' const globalStore = useGlobalStore() - const loading = computed(() => globalStore.state.loading) - + const loading = computed(() => globalStore.state.loading || globalStore.state.view_loading)