|
@@ -101,6 +101,14 @@ export const constantRoutes = [{
|
|
// }
|
|
// }
|
|
// },
|
|
// },
|
|
{
|
|
{
|
|
|
|
+ path: '/gather',
|
|
|
|
+ name: 'gather',
|
|
|
|
+ component: () => import('@/views/gather'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '监测分析'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
path: '/bigdata',
|
|
path: '/bigdata',
|
|
name: 'bigdata',
|
|
name: 'bigdata',
|
|
component: () => import('@/views/bigdata/bigdata'),
|
|
component: () => import('@/views/bigdata/bigdata'),
|
|
@@ -185,6 +193,14 @@ export const constantRoutesNew = [{
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ path: '/gather',
|
|
|
|
+ name: 'gather',
|
|
|
|
+ component: () => import('@/views/gather'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '监测分析'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
path: '/bigdata',
|
|
path: '/bigdata',
|
|
name: 'bigdata',
|
|
name: 'bigdata',
|
|
component: () => import('@/views/bigdata/bigdata'),
|
|
component: () => import('@/views/bigdata/bigdata'),
|