修改组件录入、新增项目管理
This commit is contained in:
@@ -172,12 +172,14 @@ export const adminBaseRoute = {
|
||||
children: [
|
||||
{
|
||||
path: 'aListOfLoadData',
|
||||
component: () => import('@/views/pqs/harmonicMonitoring/detailed/division/components/aListOfLoadData.vue'),
|
||||
component: () =>
|
||||
import('@/views/pqs/harmonicMonitoring/detailed/division/components/aListOfLoadData.vue'),
|
||||
name: '负荷数据列表页面',
|
||||
meta: {
|
||||
title: pageTitle('router.aListOfLoadData')
|
||||
}
|
||||
},{
|
||||
},
|
||||
{
|
||||
path: 'compute',
|
||||
component: () => import('@/views/pqs/harmonicMonitoring/detailed/division/components/compute.vue'),
|
||||
name: '贡献度计算页面',
|
||||
@@ -192,8 +194,7 @@ export const adminBaseRoute = {
|
||||
meta: {
|
||||
title: pageTitle('router.detail')
|
||||
}
|
||||
},
|
||||
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -212,8 +213,26 @@ export const adminBaseRoute = {
|
||||
meta: {
|
||||
title: pageTitle('router.addUser')
|
||||
}
|
||||
},
|
||||
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'cockpit',
|
||||
name: '项目管理',
|
||||
meta: {
|
||||
title: pageTitle('runManage'),
|
||||
icon: 'ep:management',
|
||||
alwaysShow: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'popup',
|
||||
component: () => import('@/views/pqs/cockpit/setUp/components/popup.vue'),
|
||||
name: '新增项目',
|
||||
meta: {
|
||||
title: pageTitle('router.popup')
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user