quanyawei
2024-02-01 17e751b24202b92c1fc59486741293ce199d6089
src/router/dynamicRouter.js
@@ -161,6 +161,12 @@
  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',
@@ -236,6 +242,7 @@
  showGovHourData: showGovHourData,
  cityAirRank: cityAirRank,
  levelStatistic: levelStatistic,
  onlineRate: onlineRate,
  heatmap: heatmap,
  hexagon: hexagon,
  airPollutionCalendar: airPollutionCalendar,