|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|