fix(个人信息): 绑定国际飞书账号缺失错误提醒
This commit is contained in:
parent
14ca3e0989
commit
402030fb70
@ -255,7 +255,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showError() {
|
showError() {
|
||||||
const errKeys = ['WecomError', 'DingtalkError', 'LarkError']
|
const errKeys = ['WecomError', 'DingtalkError', 'LarkError', 'LarksuiteError']
|
||||||
errKeys.forEach(key => {
|
errKeys.forEach(key => {
|
||||||
const msg = Cookies.get(key)
|
const msg = Cookies.get(key)
|
||||||
if (msg) {
|
if (msg) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user