refactor(系统设置): 调整左侧部分菜单布局
This commit is contained in:
parent
e77c22abb3
commit
17750d5636
|
@ -11,7 +11,7 @@ const BugManagement: AppRouteRecordRaw = {
|
||||||
meta: {
|
meta: {
|
||||||
locale: 'menu.bugManagement',
|
locale: 'menu.bugManagement',
|
||||||
icon: 'icon-icon_defect',
|
icon: 'icon-icon_defect',
|
||||||
order: 2,
|
order: 7,
|
||||||
roles: ['PROJECT_BUG:READ'],
|
roles: ['PROJECT_BUG:READ'],
|
||||||
hideChildrenInMenu: true,
|
hideChildrenInMenu: true,
|
||||||
},
|
},
|
||||||
|
|
|
@ -11,7 +11,7 @@ const ProjectManagement: AppRouteRecordRaw = {
|
||||||
meta: {
|
meta: {
|
||||||
locale: 'menu.projectManagement',
|
locale: 'menu.projectManagement',
|
||||||
icon: 'icon-icon_project-settings-filled',
|
icon: 'icon-icon_project-settings-filled',
|
||||||
order: 7,
|
order: 2,
|
||||||
hideChildrenInMenu: true,
|
hideChildrenInMenu: true,
|
||||||
roles: [
|
roles: [
|
||||||
'PROJECT_BASE_INFO:READ',
|
'PROJECT_BASE_INFO:READ',
|
||||||
|
@ -335,17 +335,6 @@ const ProjectManagement: AppRouteRecordRaw = {
|
||||||
isTopMenu: true,
|
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',
|
path: 'errorReportRule',
|
||||||
|
@ -378,6 +367,17 @@ const ProjectManagement: AppRouteRecordRaw = {
|
||||||
isTopMenu: true,
|
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