@ -136,6 +136,7 @@ function pushModal (props) {
content: title + '推送时间应为正整数',
duration: 2,
})
return false
}
if (!regu.test(interval) || (isAbnormal && interval > 720) || interval > 1440) {
Notification.error({