mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
Merge pull request #3604 from dataease/pr@dev@fix_miss_larksuite_error_msg
fix(个人信息): 绑定国际飞书账号缺失错误提醒
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user