mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-08 18:56:01 +08:00
登录图形验证码验证
This commit is contained in:
parent
190681c876
commit
e08efb1628
@ -46,6 +46,10 @@ const LoginPage: React.FC = () => {
|
||||
message.error("请输入图形验证码");
|
||||
return;
|
||||
}
|
||||
if (captchaVal.length < 4) {
|
||||
message.error("图形验证码错误");
|
||||
return;
|
||||
}
|
||||
if (loading) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user