diff --git a/src/shell/napcat.ts b/src/shell/napcat.ts index 7e2a4036..c210da9d 100644 --- a/src/shell/napcat.ts +++ b/src/shell/napcat.ts @@ -175,6 +175,7 @@ export async function NCoreInitShell() { .then(result => { if (result.loginErrorInfo.errMsg) { logger.logError('快速登录错误:', result.loginErrorInfo.errMsg); + loginService.getQRCodePicture(); } }) .catch();