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