Browse Source

代码上传

zhangqi 2 năm trước cách đây
mục cha
commit
1ef7145311
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/stores/modules/base.js

+ 2 - 2
src/stores/modules/base.js

@@ -188,8 +188,8 @@ export const useBaseStore = defineStore('base', {
         clearTimeout(this.time);
       }
       this.time = setTimeout(() => {
-        this.saveConfig(JSON.stringify(mapArray))
-      }, 5000);
+        this.saveConfig('')
+      }, 2000);
     },
 
     /**