Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyu committed Dec 26, 2024
1 parent 51fd430 commit ce823f6
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions packages/ui/src/menu-items/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,38 +135,38 @@ const dashboard = [
breadcrumbs: true
}
]
},
{
id: 'users-workspaces',
title: '用户 & 工作区',
type: 'group',
children: [
{
id: 'roles',
title: '角色',
type: 'item',
url: '#',
icon: PiUserCheck,
breadcrumbs: true
},
{
id: 'users',
title: '用户',
type: 'item',
url: '#',
icon: PiUsers,
breadcrumbs: true
},
{
id: 'workspaces',
title: '工作区',
type: 'item',
url: '#',
icon: PiStack,
breadcrumbs: true
}
]
}
// {
// id: 'users-workspaces',
// title: '用户 & 工作区',
// type: 'group',
// children: [
// {
// id: 'roles',
// title: '角色',
// type: 'item',
// url: '#',
// icon: PiUserCheck,
// breadcrumbs: true
// },
// {
// id: 'users',
// title: '用户',
// type: 'item',
// url: '#',
// icon: PiUsers,
// breadcrumbs: true
// },
// {
// id: 'workspaces',
// title: '工作区',
// type: 'item',
// url: '#',
// icon: PiStack,
// breadcrumbs: true
// }
// ]
// }
]

export default dashboard

0 comments on commit ce823f6

Please sign in to comment.