fix: 2.0.7

This commit is contained in:
手瓜一十雪 2024-08-12 20:51:17 +08:00
parent 9394bafa8e
commit 15bd2ee887

View File

@ -175,6 +175,7 @@ export async function NCoreInitShell() {
.then(result => {
if (result.loginErrorInfo.errMsg) {
logger.logError('快速登录错误:', result.loginErrorInfo.errMsg);
loginService.getQRCodePicture();
}
})
.catch();