@@ -103,7 +103,7 @@ export default {
// 2分钟自动保存
this.autoSave = setInterval(() => {
this.autoSavePlan();
- }, 12000);
+ }, 120000);
// 页面销毁前,清除定时器
this.$once("hook:beforeDestroy", () => {
clearInterval(this.autoSave);