重构
This commit is contained in:
@ -89,6 +89,19 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/ems/site/zdlb',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
{
|
||||
path: 'monitor-point-mapping',
|
||||
component: () => import('@/views/ems/site/zdlb/MonitorPointMapping.vue'),
|
||||
name: 'MonitorPointMapping',
|
||||
meta: { title: '单站监控项目点位配置', activeMenu: '/ems/site/zdlb' }
|
||||
}
|
||||
]
|
||||
},
|
||||
// EMS管理系统routers
|
||||
...dzjk
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user