refactor(系统设置): 调整左侧部分菜单布局
This commit is contained in:
parent
e77c22abb3
commit
17750d5636
|
@ -11,7 +11,7 @@ const BugManagement: AppRouteRecordRaw = {
|
|||
meta: {
|
||||
locale: 'menu.bugManagement',
|
||||
icon: 'icon-icon_defect',
|
||||
order: 2,
|
||||
order: 7,
|
||||
roles: ['PROJECT_BUG:READ'],
|
||||
hideChildrenInMenu: true,
|
||||
},
|
||||
|
|
|
@ -11,7 +11,7 @@ const ProjectManagement: AppRouteRecordRaw = {
|
|||
meta: {
|
||||
locale: 'menu.projectManagement',
|
||||
icon: 'icon-icon_project-settings-filled',
|
||||
order: 7,
|
||||
order: 2,
|
||||
hideChildrenInMenu: true,
|
||||
roles: [
|
||||
'PROJECT_BASE_INFO:READ',
|
||||
|
@ -335,17 +335,6 @@ const ProjectManagement: AppRouteRecordRaw = {
|
|||
isTopMenu: true,
|
||||
},
|
||||
},
|
||||
// 项目日志
|
||||
{
|
||||
path: 'log',
|
||||
name: ProjectManagementRouteEnum.PROJECT_MANAGEMENT_LOG,
|
||||
component: () => import('@/views/project-management/log/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.projectManagement.log',
|
||||
roles: ['PROJECT_LOG:READ'],
|
||||
isTopMenu: true,
|
||||
},
|
||||
},
|
||||
// 菜单管理-误报规则
|
||||
{
|
||||
path: 'errorReportRule',
|
||||
|
@ -378,6 +367,17 @@ const ProjectManagement: AppRouteRecordRaw = {
|
|||
isTopMenu: true,
|
||||
},
|
||||
},
|
||||
// 项目日志
|
||||
{
|
||||
path: 'log',
|
||||
name: ProjectManagementRouteEnum.PROJECT_MANAGEMENT_LOG,
|
||||
component: () => import('@/views/project-management/log/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.projectManagement.log',
|
||||
roles: ['PROJECT_LOG:READ'],
|
||||
isTopMenu: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue