| | |
| | | }, |
| | | children: [ |
| | | { |
| | | path: 'realtime', |
| | | component: () => import('@/views/realtime/index.vue'), |
| | | name: 'realtime', |
| | | meta: { title: '实时监测', icon: 'realtime1', noCache: false, decoration: false } |
| | | }, |
| | | { |
| | | path: 'history', |
| | | component: () => import('@/views/history/index.vue'), |
| | | name: 'history', |
| | | meta: { title: '历史数据', icon: 'history', noCache: false, decoration: false } |
| | | }, |
| | | { |
| | | path: 'device', |
| | | component: () => import('@/views/datas/device.vue'), |
| | | name: 'device', |
| | | meta: { title: '设备管理', icon: 'component', noCache: false } |
| | | meta: { title: '设备管理', icon: 'dev1', noCache: false } |
| | | }, |
| | | ] |
| | | }; |