diff --git a/app/src/pages/set/AppSet.vue b/app/src/pages/set/AppSet.vue index 0f56a25..8d217ea 100644 --- a/app/src/pages/set/AppSet.vue +++ b/app/src/pages/set/AppSet.vue @@ -7,10 +7,10 @@ - + - + @@ -81,7 +81,7 @@ const downImgVideo = ref(false); // 表单数据结构 interface FormState { - Cron: string; + Cron: number; Id: string; BatchCount: number; DownImageVideoFromEnv: boolean; @@ -95,7 +95,7 @@ interface FormState { // 表单初始数据 const formState: UnwrapRef = reactive({ - Cron: '30', + Cron: 30, Id: '0', BatchCount: 10, LogKeepDay: 10,