From e47f5f999cb20283ad99c00c5e771d44501cf3c9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 十二月 2019 17:47:26 +0800 Subject: [PATCH] 2019-12-26 --- src/components/header/resetpwd/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/header/resetpwd/index.jsx b/src/components/header/resetpwd/index.jsx index 448aea7..c9b8567 100644 --- a/src/components/header/resetpwd/index.jsx +++ b/src/components/header/resetpwd/index.jsx @@ -87,11 +87,11 @@ message: this.props.dict['header.password.new.required'] }, { - min: 6, - message: this.props.dict['header.password.minlen'] + pattern: /^[0-9a-zA-Z!@#$%^&*()_]*$/ig, + message: '瀵嗙爜鍙厑璁稿寘鍚暟瀛椼�佸瓧姣嶄互鍙�!@#$%&*()_銆�' }, { - max: 12, + max: 50, message: this.props.dict['header.password.maxlen'] }, { -- Gitblit v1.8.0