li.shaoyi 2 lat temu
rodzic
commit
743c067592
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/stores/modules/global.ts

+ 1 - 0
src/stores/modules/global.ts

@@ -9,6 +9,7 @@ export const useGlobalStore = defineStore(() => {
 
     const state = reactive({
         appName: document.title,
+        show: false,
         clientWidth: 0, // 客户端宽度
         isMobile: false, // 是否移动设备
     })