li.shaoyi 2 年之前
父节点
当前提交
743c067592
共有 1 个文件被更改,包括 1 次插入0 次删除
  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, // 是否移动设备
     })