fix: 登录失败刷新验证码
This commit is contained in:
parent
10a366d3da
commit
4570a543ed
|
|
@ -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!!");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue