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