fix(个人信息): 绑定国际飞书账号缺失错误提醒

This commit is contained in:
fit2cloud-chenyw 2022-11-02 12:42:46 +08:00
parent 14ca3e0989
commit 402030fb70

View File

@ -255,7 +255,7 @@ export default {
},
methods: {
showError() {
const errKeys = ['WecomError', 'DingtalkError', 'LarkError']
const errKeys = ['WecomError', 'DingtalkError', 'LarkError', 'LarksuiteError']
errKeys.forEach(key => {
const msg = Cookies.get(key)
if (msg) {