Skip to content

Commit

Permalink
fix: 扫描二维码无法登陆的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
qier222 committed Sep 25, 2021
1 parent 89d346b commit e96e93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/loginAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export default {
clearInterval(this.qrCodeCheckInterval);
this.qrCodeInformation = '登录成功,请稍等...';
result.code = 200;
result.cookie = result.cookie.replace('HTTPOnly;', '');
this.handleLoginResponse(result);
}
});
Expand Down

0 comments on commit e96e93f

Please sign in to comment.