refactor(系统设置): 调整左侧部分菜单布局

This commit is contained in:
song-cc-rock 2024-03-27 16:02:05 +08:00 committed by 刘瑞斌
parent e77c22abb3
commit 17750d5636
2 changed files with 13 additions and 13 deletions

View File

@ -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,
},

View File

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