From e4bdde0126e1d922456c270626bac312df27912f Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Thu, 05 Jan 2023 16:24:29 +0800 Subject: [PATCH] 风场时间段选择,空气质量报告模板修改 --- src/router/dynamicRouter.js | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index e0b61c5..f7e5147 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -62,7 +62,7 @@ const averageContrast = { path: 'charts/averageContrast', name: 'averageContrast', - component: () => import('@/views/averageContrast/index'), + component: () => import('@/views/averageContrast/index'), meta: { title: '������������������������', icon: 'example' } } @@ -79,6 +79,13 @@ component: () => import('@/views/airPollutionCalendar/index'), meta: { title: '������������������������', icon: 'example' } } + +// const PM5PM10ForecastChart = { +// path: 'charts/PM5PM10ForecastChart', +// name: 'PM5PM10ForecastChart', +// component: () => import('@/views/PM5PM10ForecastChart/index'), +// meta: { title: 'PM5PM10���������', icon: 'example' } +// } // ������������ const showMpData = { @@ -115,7 +122,7 @@ } // ������������ // ������������������������ -const cityAirRank = { +const cityAirRank = { path: 'analyse/cityAirRank', name: 'cityAirRank', component: () => import('@/views/cityAirRank/index'), @@ -155,6 +162,13 @@ component: () => import('@/views/surveyReport/index'), meta: { title: '������������������', icon: 'example' } } + +const sectionReport = { + path: 'analyse/sectionReport', + name: 'sectionReport', + component: () => import('@/views/sectionReport/index'), + meta: { title: '���������������������������', icon: 'example' } +} // analyse/air const air = { path: 'analyse/air', @@ -162,7 +176,13 @@ component: () => import('@/views/air/index'), meta: { title: '������������������', icon: 'example' } } - +// analyse/dailyreport +const dailyreport = { + path: 'analyse/dailyreport', + name: 'dailyreport', + component: () => import('@/views/dailyreport/index'), + meta: { title: '������������������', icon: 'example' } +} // ��������������������������� @@ -189,7 +209,10 @@ air, airQualityReportDisplay, Monitoringstation, - Equipment + Equipment, + dailyreport, + sectionReport, + // PM5PM10ForecastChart } // ������������������������������������4������������������������������������������������������������������������4������������������������������������ -- Gitblit v1.8.0