Merge branch 'master' of https://gitea.51mars.com/pqc/new-demo
This commit is contained in:
commit
79dd78795a
File diff suppressed because it is too large
Load Diff
|
|
@ -38,8 +38,9 @@ const menus: IMenu[] = [
|
|||
name: 'consoleHome',
|
||||
icon: 'workbench',
|
||||
url: '/home',
|
||||
destEntity: '',
|
||||
destEntity: 'userRelation',
|
||||
order: 0,
|
||||
actions: ['select'],
|
||||
},
|
||||
{
|
||||
name: 'userManage',
|
||||
|
|
@ -47,35 +48,41 @@ const menus: IMenu[] = [
|
|||
url: '/userRelation/manage',
|
||||
parent: 'System',
|
||||
destEntity: 'userRelation',
|
||||
actions: ['select'],
|
||||
},
|
||||
{
|
||||
name: 'relationManage',
|
||||
icon: 'share',
|
||||
url: '/relation/entityList',
|
||||
parent: 'System',
|
||||
destEntity: 'userRelation',
|
||||
actions: ['select'],
|
||||
},
|
||||
// category
|
||||
{
|
||||
name: 'categoryManage',
|
||||
icon: 'stealth',
|
||||
url: '/category/list',
|
||||
destEntity: '',
|
||||
order: 2,
|
||||
destEntity: 'userRelation',
|
||||
actions: ['select'],
|
||||
},
|
||||
{
|
||||
name: 'essayManage',
|
||||
icon: 'barrage',
|
||||
url: '/essay/list',
|
||||
destEntity: '',
|
||||
order: 3,
|
||||
destEntity: 'userRelation',
|
||||
actions: ['select'],
|
||||
},
|
||||
// 标签关联
|
||||
{
|
||||
name: 'labelManage',
|
||||
icon: 'accessory',
|
||||
url: '/label/list',
|
||||
destEntity: '',
|
||||
order: 4,
|
||||
destEntity: 'userRelation',
|
||||
actions: ['select'],
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue