zhangqi 2 лет назад
Родитель
Сommit
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);
     },
 
     /**