From be83e09f1cbfd7915193176df07ab761b18f279e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 25 九月 2024 10:20:48 +0800
Subject: [PATCH] 机构切换优化

---
 src/App.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 6bb22ac..eebe177 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -20,8 +20,8 @@
     mounted() {
         // 鍏抽棴娴忚鍣ㄧ獥鍙g殑鏃跺�欐竻绌烘祻瑙堝櫒缂撳瓨鍦╨ocalStorage鐨勬暟鎹�
         window.onbeforeunload = function (e) {
-            var storage = window.localStorage;
-            storage.clear()
+            // var storage = window.localStorage;
+            // storage.clear()
         }
     },
     methods: {

--
Gitblit v1.8.0