任务管理
This commit is contained in:
@ -101,10 +101,11 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 'ModTaskManage',
|
||||
key: 'assignmentManagement',
|
||||
label: '任务管理',
|
||||
icon: ['svg-taskManage', 'svg-taskManage-active'],
|
||||
routeName: 'TaskManagement',
|
||||
routeName: 'AssignmentManagement',
|
||||
activeMatch: ['AssignmentManagement'],
|
||||
},
|
||||
],
|
||||
[GROUP_WRITER_NAME]: [
|
||||
@ -139,7 +140,7 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
|
||||
],
|
||||
},
|
||||
],
|
||||
[GROUP_MANAGEMENT_NAME]:[
|
||||
[GROUP_MANAGEMENT_NAME]: [
|
||||
{
|
||||
key: 'ModManagement',
|
||||
label: '管理中心',
|
||||
@ -151,9 +152,7 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
|
||||
label: '个人信息',
|
||||
routeName: 'ManagementPerson',
|
||||
requireLogin: true,
|
||||
activeMatch: [
|
||||
'ManagementPerson',
|
||||
],
|
||||
activeMatch: ['ManagementPerson'],
|
||||
},
|
||||
{
|
||||
key: 'ModManagementEnterprise',
|
||||
@ -172,6 +171,6 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
|
||||
activeMatch: ['ManagementAccount'],
|
||||
},
|
||||
],
|
||||
}
|
||||
]
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user