From 823bd9f779da532e5578bbc2abfa8c8458749597 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Thu, 24 Oct 2024 18:33:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1048014 --user=王孝刚 【登录认证】用户管理禁用飞书用户登录,扫码后还可继续登录 https://www.tapd.cn/57709429/s/1597732 --- ui/src/views/login/components/wecomQrCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/login/components/wecomQrCode.vue b/ui/src/views/login/components/wecomQrCode.vue index 114efcc8e..c66e2c132 100644 --- a/ui/src/views/login/components/wecomQrCode.vue +++ b/ui/src/views/login/components/wecomQrCode.vue @@ -54,7 +54,7 @@ const init = async () => { }) }, onLoginFail(err) { - MsgError(`errorMsg of errorCbk: ${err.errMsg}`) + MsgError(`${err.errMsg}`) } }) } catch (error) {