fix: QRCode

This commit is contained in:
手瓜一十雪 2024-07-22 15:46:48 +08:00
parent f88c717560
commit 338b6e4607

View File

@ -109,8 +109,8 @@ export class NapCatCore {
logError('登录失败(onQRCodeSessionFailed)', errMsg);
if (errType == 1 && errCode == 3) {
// 二维码过期刷新
this.loginService.getQRCodePicture();
}
this.loginService.getQRCodePicture();
};
this.loginListener.onLoginFailed = (args) => {
logError('登录失败(onLoginFailed)', args);