Skip to content

Commit bad7524

Browse files
committed
feat: add WeChat bot platform to application access
1 parent f84d093 commit bad7524

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ui/src/views/application/ApplicationAccess.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ const permissionPrecise = computed(() => {
6969
7070
// 平台数据
7171
const platforms = reactive([
72+
{
73+
key: 'wecomBot',
74+
logoSrc: new URL(`../../assets/logo/logo_wechat-bot.svg`, import.meta.url).href,
75+
name: t('views.application.applicationAccess.wecomBot'),
76+
description: t('views.application.applicationAccess.wecomBotTip'),
77+
isActive: false,
78+
exists: false,
79+
},
7280
{
7381
key: 'wecom',
7482
logoSrc: new URL(`../../assets/logo/logo_wechat-work.svg`, import.meta.url).href,
@@ -109,14 +117,6 @@ const platforms = reactive([
109117
isActive: false,
110118
exists: false,
111119
},
112-
{
113-
key: 'wecomBot',
114-
logoSrc: new URL(`../../assets/logo/logo_wechat-bot.svg`, import.meta.url).href,
115-
name: t('views.application.applicationAccess.wecomBot'),
116-
description: t('views.application.applicationAccess.wecomBotTip'),
117-
isActive: false,
118-
exists: false,
119-
},
120120
])
121121
122122
const AccessSettingDrawerRef = ref()

0 commit comments

Comments
 (0)