| | |
| | | component: () => import('@/views/hand/index'), |
| | | meta: { title: '手持设备', icon: 'example' } |
| | | } |
| | | const statement = { |
| | | path: 'report/statement', |
| | | name: 'statement', |
| | | component: () => import('@/views/statement/index'), |
| | | meta: { title: '空气质量日报表显示', icon: 'example' } |
| | | } |
| | | // 空气质量小时播报 |
| | | const airQualityReportDisplay = { |
| | | path: 'report/airQualityReportDisplay', |
| | |
| | | staffManagement: staffManagement, |
| | | showGovHourData: showGovHourData, |
| | | hand: hand, |
| | | statement: statement, |
| | | cityAirRank: cityAirRank, |
| | | levelStatistic: levelStatistic, |
| | | onlineRate: onlineRate, |