临时改为userRelation,适配老版的框架
This commit is contained in:
parent
8fd31fb8bb
commit
3ea4071a32
|
|
@ -55,6 +55,7 @@ const menus: IMenu[] = [
|
|||
icon: 'share',
|
||||
url: '/relation/entityList',
|
||||
parent: 'System',
|
||||
destEntity: 'userRelation',
|
||||
actions: ['select'],
|
||||
},
|
||||
// category
|
||||
|
|
@ -62,16 +63,16 @@ const menus: IMenu[] = [
|
|||
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'],
|
||||
},
|
||||
// 标签关联
|
||||
|
|
@ -79,8 +80,8 @@ const menus: IMenu[] = [
|
|||
name: 'labelManage',
|
||||
icon: 'accessory',
|
||||
url: '/label/list',
|
||||
destEntity: '',
|
||||
order: 4,
|
||||
destEntity: 'userRelation',
|
||||
actions: ['select'],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue