fix: 扫描二维码无法登陆的问题

master
qier222 4 years ago
parent 89d346b2ff
commit e96e93f965
No known key found for this signature in database
GPG Key ID: 9C85007ED905F14D

@ -267,6 +267,7 @@ export default {
clearInterval(this.qrCodeCheckInterval); clearInterval(this.qrCodeCheckInterval);
this.qrCodeInformation = '登录成功,请稍等...'; this.qrCodeInformation = '登录成功,请稍等...';
result.code = 200; result.code = 200;
result.cookie = result.cookie.replace('HTTPOnly;', '');
this.handleLoginResponse(result); this.handleLoginResponse(result);
} }
}); });

Loading…
Cancel
Save