fix: 扫码登录问题

This commit is contained in:
qier222 2021-09-25 14:27:13 +08:00
parent cc914d4799
commit 442f23b194
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D

View file

@ -271,7 +271,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;', ''); result.cookie = result.cookie.replace('HTTPOnly', '');
this.handleLoginResponse(result); this.handleLoginResponse(result);
} }
}); });