From 9f5fdd4f60a8eb2dad9845c44df8f5f0c3b91697 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 18 Jun 2020 14:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/login/LoginDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/login/LoginDialog.js b/src/modules/login/LoginDialog.js index 927eddb9..a359048a 100644 --- a/src/modules/login/LoginDialog.js +++ b/src/modules/login/LoginDialog.js @@ -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) {