File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,14 @@ const permissionPrecise = computed(() => {
6969
7070// 平台数据
7171const 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
122122const AccessSettingDrawerRef = ref ()
You can’t perform that action at this time.
0 commit comments