Sfoglia il codice sorgente

移除清除本地存储数据

WanGxC 6 mesi fa
parent
commit
26902da04a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -66,7 +66,7 @@ onBeforeMount(() => {
 // 页面加载时
 onMounted(() => {
   nextTick(() => {
-    localStorage.clear();
+    // localStorage.clear();
     // 监听布局配'置弹窗点击打开
     mittBus.on('openSetingsDrawer', () => {
       setingsRef.value.openDrawer();