新增二维码池独立权限

This commit is contained in:
yml2213
2026-06-19 18:54:13 +08:00
parent 72285ed638
commit f4343ed8a5
5 changed files with 100 additions and 24 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ const allNavGroups: NavGroup[] = [
permission: 'dispute:view',
},
{ label: '客服群聊', to: adminPath('chats'), icon: ChatDotRound, permission: 'chat:view' },
{ label: '二维码池', to: adminPath('qrcode-pool'), icon: Picture, permission: 'chat:view' },
{ label: '二维码池', to: adminPath('qrcode-pool'), icon: Picture, permission: 'qrcode:view' },
{ label: '客服分组', to: adminPath('support-groups'), icon: User, permission: 'chat:manage' },
],
},