refactor: 优化提示信息

--bug=1048014 --user=王孝刚 【登录认证】用户管理禁用飞书用户登录,扫码后还可继续登录 https://www.tapd.cn/57709429/s/1597732
This commit is contained in:
wxg0103 2024-10-24 18:33:15 +08:00
parent 8c7d84d79d
commit 823bd9f779

View File

@ -54,7 +54,7 @@ const init = async () => {
})
},
onLoginFail(err) {
MsgError(`errorMsg of errorCbk: ${err.errMsg}`)
MsgError(`${err.errMsg}`)
}
})
} catch (error) {