初始化状态

This commit is contained in:
wzy-warehouse
2026-04-16 09:14:32 +08:00
parent b25cdc2aae
commit b3ba81dfe2
2 changed files with 38 additions and 2 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
import { useMap } from '@/hooks/map/useMap';
onBeforeMount(() => {
// 初始化为false
useStatusStore().appLoadingCompleted = false;
// 重置所有状态
useStatusStore().reset();
// 重置状态
useLoadingInformationStore().resetStatue();