fix: 登陆密码长度,邮箱设置
This commit is contained in:
parent
a94453b518
commit
d3862866fe
|
@ -81,7 +81,7 @@ export default {
|
||||||
],
|
],
|
||||||
password: [
|
password: [
|
||||||
{required: true, message: this.$t('commons.input_password'), trigger: 'blur'},
|
{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: '',
|
msg: '',
|
||||||
|
|
Loading…
Reference in New Issue