mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-08 17:24:11 +08:00
登录图形验证码验证
This commit is contained in:
parent
190681c876
commit
e08efb1628
@ -46,6 +46,10 @@ const LoginPage: React.FC = () => {
|
|||||||
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