Explorar o código

Merge branch 'dev' of http://39.106.8.246:3003/web/persagy-plan-editer into dev

YaolongHan %!s(int64=4) %!d(string=hai) anos
pai
achega
781c0be8a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/editview/basePlanEditer.vue

+ 1 - 1
src/components/editview/basePlanEditer.vue

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