diff --git a/web/client/src/sections/service/components/pushModal.jsx b/web/client/src/sections/service/components/pushModal.jsx index 9fc12c3..74ff9ac 100644 --- a/web/client/src/sections/service/components/pushModal.jsx +++ b/web/client/src/sections/service/components/pushModal.jsx @@ -136,6 +136,7 @@ function pushModal (props) { content: title + '推送时间应为正整数', duration: 2, }) + return false } if (!regu.test(interval) || (isAbnormal && interval > 720) || interval > 1440) { Notification.error({