From e96e93f9652c814f38e6a9c0b782c078e1d9c81e Mon Sep 17 00:00:00 2001 From: qier222 Date: Sat, 25 Sep 2021 12:41:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=AB=E6=8F=8F=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E6=97=A0=E6=B3=95=E7=99=BB=E9=99=86=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/loginAccount.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/loginAccount.vue b/src/views/loginAccount.vue index 4a22c53..c62c728 100644 --- a/src/views/loginAccount.vue +++ b/src/views/loginAccount.vue @@ -267,6 +267,7 @@ export default { clearInterval(this.qrCodeCheckInterval); this.qrCodeInformation = '登录成功,请稍等...'; result.code = 200; + result.cookie = result.cookie.replace('HTTPOnly;', ''); this.handleLoginResponse(result); } });