临时改为userRelation,适配老版的框架

This commit is contained in:
pqcqaq 2024-10-26 22:18:48 +08:00
parent 8fd31fb8bb
commit 3ea4071a32
1 changed files with 4 additions and 3 deletions

View File

@ -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'],
},
];