From 30bd34c840bd59e0ddf99e5f08a78be19adfcad6 Mon Sep 17 00:00:00 2001 From: CODE <1650192445@qq.com> Date: Thu, 14 Sep 2023 11:03:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=82=E5=B8=B8=E7=8E=87?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=85=8D=E7=BD=AE=E5=8D=95=E4=BD=8D=E4=B8=BA?= =?UTF-8?q?=E5=B0=8F=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/service/components/pushModal.jsx | 1 + 1 file changed, 1 insertion(+) 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({