king
2019-12-26 e47f5f999cb20283ad99c00c5e771d44501cf3c9
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']
              },
              {