From eb07bc16cb0b06f3b96a4f59d74f82b62195f096 Mon Sep 17 00:00:00 2001
From: yichenxi <yichenxi0601@163.com>
Date: Mon, 12 Dec 2022 13:56:47 +0800
Subject: [PATCH] 1、尘负荷走航路段报告

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

diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js
index e0b61c5..9398320 100644
--- a/src/router/dynamicRouter.js
+++ b/src/router/dynamicRouter.js
@@ -155,12 +155,26 @@
   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',
   name: 'air',
   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 +203,9 @@
   air,
   airQualityReportDisplay,
   Monitoringstation,
-  Equipment
+  Equipment,
+  dailyreport,  
+  sectionReport
 }
 
 // ������������������������������������4������������������������������������������������������������������������4������������������������������������

--
Gitblit v1.8.0