mirror of
https://github.com/PlayEdu/backend
synced 2025-06-20 02:04:15 +08:00
后台登录验证码字数验证
This commit is contained in:
parent
980d559fb9
commit
7bc01276b5
@ -43,6 +43,10 @@ const LoginPage = () => {
|
|||||||
message.error("请输入图形验证码");
|
message.error("请输入图形验证码");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (captchaVal.length < 4) {
|
||||||
|
message.error("图形验证码错误");
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (loading) {
|
if (loading) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user