components/mold.vue
@@ -143,7 +143,7 @@ // 自动保存相关 autoSaveTimer: null, isDirty: false, // 表单是否有未保存变更 autoSaveIntervalMs: 5 * 60 * 1000, // 默认 5 分钟 autoSaveIntervalMs: 60 * 1000, // 默认 1 分钟 autoSaveEnabled: true, autoSaveActionName: 'handleUpTool' // 自动触发的方法名,可改为自定义保存方法 };