From eff9231976317c395d587460343b147e5e6136e3 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 08 十月 2024 21:52:21 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/dream_web

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