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

master
qier222 3 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);
this.qrCodeInformation = '登录成功,请稍等...';
result.code = 200;
result.cookie = result.cookie.replace('HTTPOnly;', '');
this.handleLoginResponse(result);
}
});

Loading…
Cancel
Save