|
|
@@ -21,6 +21,26 @@ const routes: Array<ROUTER.RoutesProps> = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/visual',
|
|
|
+ name: '视觉平台',
|
|
|
+ title: '视觉平台',
|
|
|
+ component: () => import('@/layout/layout.vue'),
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/visual-dashboard',
|
|
|
+ name: '仪表盘',
|
|
|
+ component: () => import('@/pages/Dashboard/index.vue'),
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/visual-dashboard-item',
|
|
|
+ name: '仪表盘item',
|
|
|
+ component: () => import('@/pages/Dashboard/index.vue')
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/iot',
|
|
|
name: '物联网',
|