fix: 登陆密码长度,邮箱设置

This commit is contained in:
wenyann 2020-11-13 14:19:14 +08:00
parent a94453b518
commit d3862866fe
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export default {
],
password: [
{required: true, message: this.$t('commons.input_password'), trigger: 'blur'},
{min: 6, max: 20, message: this.$t('commons.input_limit', [6, 30]), trigger: 'blur'}
{min: 6, max: 30, message: this.$t('commons.input_limit', [6, 30]), trigger: 'blur'}
]
},
msg: '',