Commit 7ef5c0d8 authored by danfuman's avatar danfuman

修改

parent 526d18f5
......@@ -118,6 +118,20 @@ export const constantRoutes = [
}
]
},
{
path: '/owner/MonitoringReportDetails',
component: Layout,
hidden: true,
redirect: 'noredirect',
children: [
{
path: '/owner/MonitoringReportDetails/:id',
component: () => import('@/views/owner/MonitoringReportDetails'),
name: 'MonitoringDynamics',
meta: { title: '监控报告详情', noCache: false },
}
]
},
{
path: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment