fix: 登录失败刷新验证码

This commit is contained in:
YeMingfei666 2025-03-26 01:37:31 +08:00
parent 10a366d3da
commit 4570a543ed
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ function handleLogin() {
}) })
.catch(() => { .catch(() => {
state.loading = false; state.loading = false;
getCode();
}); });
} else { } else {
console.log("error submit!!"); console.log("error submit!!");