mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: QRCode
This commit is contained in:
@@ -109,8 +109,8 @@ export class NapCatCore {
|
|||||||
logError('登录失败(onQRCodeSessionFailed)', errMsg);
|
logError('登录失败(onQRCodeSessionFailed)', errMsg);
|
||||||
if (errType == 1 && errCode == 3) {
|
if (errType == 1 && errCode == 3) {
|
||||||
// 二维码过期刷新
|
// 二维码过期刷新
|
||||||
this.loginService.getQRCodePicture();
|
|
||||||
}
|
}
|
||||||
|
this.loginService.getQRCodePicture();
|
||||||
};
|
};
|
||||||
this.loginListener.onLoginFailed = (args) => {
|
this.loginListener.onLoginFailed = (args) => {
|
||||||
logError('登录失败(onLoginFailed)', args);
|
logError('登录失败(onLoginFailed)', args);
|
||||||
|
Reference in New Issue
Block a user