复刻冀北地图
This commit is contained in:
@@ -161,6 +161,41 @@ export const adminBaseRoute = {
|
||||
// },
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'division',
|
||||
name: '谐波责任划分页面',
|
||||
meta: {
|
||||
title: pageTitle('division'),
|
||||
icon: 'ep:management',
|
||||
alwaysShow: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'aListOfLoadData',
|
||||
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: '贡献度计算页面',
|
||||
meta: {
|
||||
title: pageTitle('router.compute')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'detail',
|
||||
component: () => import('@/views/pqs/harmonicMonitoring/detailed/division/components/detail.vue'),
|
||||
name: 'detail',
|
||||
meta: {
|
||||
title: pageTitle('router.detail')
|
||||
}
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/boX',
|
||||
name: 'boX',
|
||||
|
||||
Reference in New Issue
Block a user