From 5cb89929c20f325ea2c05561fcf4f92c74094fea Mon Sep 17 00:00:00 2001
From: yupan <yupanx@163.com>
Date: Thu, 27 Oct 2022 10:46:39 +0800
Subject: [PATCH] 1、新增监测站点数据页面 2、监测因子趋势页面修改显示bug 3、监测因子趋势和监测因子对比修改时间控件

---
 src/router/dynamicRouter.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js
index e0b61c5..1213e48 100644
--- a/src/router/dynamicRouter.js
+++ b/src/router/dynamicRouter.js
@@ -162,6 +162,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 +196,9 @@
   air,
   airQualityReportDisplay,
   Monitoringstation,
-  Equipment
+  Equipment,
+  dailyreport,  
+
 }
 
 // ������������������������������������4������������������������������������������������������������������������4������������������������������������

--
Gitblit v1.8.0