This commit is contained in:
caishi 2020-06-18 14:05:13 +08:00
parent d6d22d8a79
commit 9f5fdd4f60
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class LoginDialog extends Component {
autologin: isGoingValue
}
).then((response) => {
if (response === undefined || response.status === 200) {
if (response === undefined) {
return
}
if (response.data.status === -2) {