新增二维码池独立权限
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user