From ffadb97c8ac3cf3c532e36311d2b0d39614e7c1e Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Thu, 05 Jan 2023 16:34:58 +0800
Subject: [PATCH] 修改风场页面时间选择

---
 src/router/dynamicRouter.js |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js
index 2e751b3..008dee3 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',
@@ -107,11 +114,24 @@
   component: () => import('@/views/Monitoringstation/index'),
   meta: { title: '������������������', icon: 'example' }
 }
+const Listdata = {
+  path: 'report/Listdata',
+  name: 'Listdata',
+  component: () => import('@/views/Listdata/index'),
+  meta: { title: '������������������', icon: 'example' }
+}
+
 const Equipment = {
   path: 'report/Equipment',
   name: 'Equipment',
   component: () => import('@/views/Equipment/index'),
   meta: { title: '������������', icon: 'example' }
+}
+const Equidata = {
+  path: 'report/Equidata',
+  name: 'Equipment',
+  component: () => import('@/views/Equidata/index'),
+  meta: { title: '������������������', icon: 'example' }
 }
 // ������������
 // ������������������������
@@ -203,8 +223,10 @@
   airQualityReportDisplay,
   Monitoringstation,
   Equipment,
-  dailyreport,  
-  sectionReport
+  dailyreport,
+  sectionReport,
+  Listdata,
+  Equidata
 }
 
 // ������������������������������������4������������������������������������������������������������������������4������������������������������������

--
Gitblit v1.8.0