From f17a10fa1490e4a1840997900770a43ce2ac7313 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 09 四月 2025 17:01:45 +0800
Subject: [PATCH] 资源占用中,请检查后再试~

---
 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