fix(登录): 移除验证码长度校验
This commit is contained in:
parent
1fe35b4c95
commit
ab4ca595b3
|
|
@ -348,10 +348,10 @@ export default {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (this.loginParams.code.length < 4) {
|
||||
this.errors.code = "验证码错误请重新输入";
|
||||
return false;
|
||||
}
|
||||
// if (this.loginParams.code.length < 4) {
|
||||
// this.errors.code = "验证码错误请重新输入";
|
||||
// return false;
|
||||
// }
|
||||
|
||||
this.errors.code = "";
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue