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