Skip to content

Commit 823bd9f

Browse files
committed
refactor: 优化提示信息
--bug=1048014 --user=王孝刚 【登录认证】用户管理禁用飞书用户登录,扫码后还可继续登录 https://www.tapd.cn/57709429/s/1597732
1 parent 8c7d84d commit 823bd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/login/components/wecomQrCode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const init = async () => {
5454
})
5555
},
5656
onLoginFail(err) {
57-
MsgError(`errorMsg of errorCbk: ${err.errMsg}`)
57+
MsgError(`${err.errMsg}`)
5858
}
5959
})
6060
} catch (error) {

0 commit comments

Comments
 (0)