This commit is contained in:
qsh
2024-12-03 17:14:00 +08:00
parent 1d1f1762f8
commit 9b7543f65f
11 changed files with 152 additions and 150 deletions

View File

@@ -74,13 +74,13 @@ export const SystemUserSocialTypeEnum = {
type: 20,
source: 'dingtalk',
img: 'https://s1.ax1x.com/2022/05/22/OzMDRs.png'
},
WECHAT_ENTERPRISE: {
title: '企业微信',
type: 30,
source: 'wechat_enterprise',
img: 'https://s1.ax1x.com/2022/05/22/OzMrzn.png'
}
// WECHAT_ENTERPRISE: {
// title: '企业微信',
// type: 30,
// source: 'wechat_enterprise',
// img: 'https://s1.ax1x.com/2022/05/22/OzMrzn.png'
// }
}
/**