fix: 登录失败刷新验证码
This commit is contained in:
@@ -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!!");
|
||||||
|
|||||||
Reference in New Issue
Block a user