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 |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js
index 2e751b3..f7e5147 100644
--- a/src/router/dynamicRouter.js
+++ b/src/router/dynamicRouter.js
@@ -80,6 +80,13 @@
   meta: { title: '������������������������', icon: 'example' }
 }
 
+// const PM5PM10ForecastChart = {
+//   path: 'charts/PM5PM10ForecastChart',
+//   name: 'PM5PM10ForecastChart',
+//   component: () => import('@/views/PM5PM10ForecastChart/index'),
+//   meta: { title: 'PM5PM10���������', icon: 'example' }
+// }
+
 // ������������
 const showMpData = {
   path: 'report/showMpData',
@@ -203,8 +210,9 @@
   airQualityReportDisplay,
   Monitoringstation,
   Equipment,
-  dailyreport,  
-  sectionReport
+  dailyreport,
+  sectionReport,
+  // PM5PM10ForecastChart
 }
 
 // ������������������������������������4������������������������������������������������������������������������4������������������������������������

--
Gitblit v1.8.0