From a6e4b1d05df37a87413677f4b827bce2af58b7b9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 29 十月 2024 13:16:32 +0800 Subject: [PATCH] dialog bug --- src/App.vue | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index 41bf39c..0156df7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,14 +44,7 @@ return themeConfig.value.isLockScreen ? themeConfig.value.lockScreenTime > 1 : themeConfig.value.lockScreenTime >= 0; }); // 鑾峰彇鐗堟湰鍙� -const getVersion = computed(() => { - let isVersion = false; - if (route.path !== '/login') { - // @ts-ignore - if ((Local.get('version') && Local.get('version') !== __NEXT_VERSION__) || !Local.get('version')) isVersion = true; - } - return isVersion; -}); + // 鑾峰彇鍏ㄥ眬缁勪欢澶у皬 const getGlobalComponentSize = computed(() => { return other.globalComponentSize(); -- Gitblit v1.9.3