瀏覽代碼

代码上传

zhangqi 2 年之前
父節點
當前提交
1ef7145311
共有 1 個文件被更改,包括 2 次插入2 次删除
  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);
     },
 
     /**