| | |
| | | component: () => import('@/views/levelStatistic/index'), |
| | | meta: { title: '城市优良天统计', icon: 'example' } |
| | | } |
| | | const onlineRate = { |
| | | path: 'analyse/onlineRate', |
| | | name: 'onlineRate', |
| | | component: () => import('@/views/onlineRate/index'), |
| | | meta: { title: '断线统计', icon: 'example' } |
| | | } |
| | | |
| | | const industryContributionRate = { |
| | | path: 'analyse/industryContributionRate', |
| | |
| | | showGovHourData: showGovHourData, |
| | | cityAirRank: cityAirRank, |
| | | levelStatistic: levelStatistic, |
| | | onlineRate: onlineRate, |
| | | heatmap: heatmap, |
| | | hexagon: hexagon, |
| | | airPollutionCalendar: airPollutionCalendar, |