From 886fd3703c4ac4176983579634eb1b400acb4aef Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 26 Jul 2022 20:21:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0=E5=9F=BA=E7=A1=80=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=B6=88=E6=81=AF=E4=BF=9D=E7=95=99=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=AD=A3=E5=88=99=E9=AA=8C=E8=AF=81=E8=A7=84=E5=88=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/SysParam/BasicSetting.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/SysParam/BasicSetting.vue b/frontend/src/views/system/SysParam/BasicSetting.vue index 126c8f6170..bad233e8cb 100644 --- a/frontend/src/views/system/SysParam/BasicSetting.vue +++ b/frontend/src/views/system/SysParam/BasicSetting.vue @@ -99,7 +99,7 @@ export default { ], msgTimeOut: [ { - pattern: '^([1-9]|[1-9]\\d|365)$', + pattern: '^([1-9]|[1-9][0-9]|[1-2][0-9][0-9]|3[0-5][0-9]|36[0-5])$', message: this.$t('system_parameter_setting.msg_error'), trigger: 'blur' }