zhangqi %!s(int64=2) %!d(string=hai) anos
pai
achega
1ef7145311
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);
     },
 
     /**