| | |
| | | component: () => import('@/views/Monitoringstation/index'), |
| | | meta: { title: '监测站点数据', icon: 'example' } |
| | | } |
| | | const Listdata = { |
| | | path: 'report/Listdata', |
| | | name: 'Listdata', |
| | | component: () => import('@/views/Listdata/index'), |
| | | meta: { title: '列表数据导出', icon: 'example' } |
| | | } |
| | | |
| | | const Equipment = { |
| | | path: 'report/Equipment', |
| | | name: 'Equipment', |
| | | component: () => import('@/views/Equipment/index'), |
| | | meta: { title: '设备数据', icon: 'example' } |
| | | } |
| | | const Equidata = { |
| | | path: 'report/Equidata', |
| | | name: 'Equipment', |
| | | component: () => import('@/views/Equidata/index'), |
| | | meta: { title: '设备数据导出', icon: 'example' } |
| | | } |
| | | // 综合分析 |
| | | // 城市空气质量排行 |
| | |
| | | Monitoringstation, |
| | | Equipment, |
| | | dailyreport, |
| | | sectionReport |
| | | sectionReport, |
| | | Listdata, |
| | | Equidata |
| | | } |
| | | |
| | | // 网络请求,第一次登陆只有4个路由,所以要添加路由,页面刷新的时候,判断大于4个路由,就不会重新添加。 |