fix: 登录失败刷新验证码
This commit is contained in:
parent
10a366d3da
commit
4570a543ed
|
|
@ -210,6 +210,7 @@ function handleLogin() {
|
|||
})
|
||||
.catch(() => {
|
||||
state.loading = false;
|
||||
getCode();
|
||||
});
|
||||
} else {
|
||||
console.log("error submit!!");
|
||||
|
|
|
|||
Loading…
Reference in New Issue