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