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