From 936633659148e800a8d09322a9f1e646104010a7 Mon Sep 17 00:00:00 2001
From: yichenxi <yichenxi0601@163.com>
Date: Mon, 12 Dec 2022 14:14:57 +0800
Subject: [PATCH] 1、尘负荷走航路段报告
---
src/router/dynamicRouter.js | 27 +++++++++++++++++++++++++--
1 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js
index 4bdbeec..2e751b3 100644
--- a/src/router/dynamicRouter.js
+++ b/src/router/dynamicRouter.js
@@ -101,6 +101,18 @@
component: () => import('@/views/airQualityReportDisplay/index'),
meta: { title: '������������������������', icon: 'example' }
}
+const Monitoringstation = {
+ path: 'report/Monitoringstation',
+ name: 'Monitoringstation',
+ component: () => import('@/views/Monitoringstation/index'),
+ meta: { title: '������������������', icon: 'example' }
+}
+const Equipment = {
+ path: 'report/Equipment',
+ name: 'Equipment',
+ component: () => import('@/views/Equipment/index'),
+ meta: { title: '������������', icon: 'example' }
+}
// ������������
// ������������������������
const cityAirRank = {
@@ -143,6 +155,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',
@@ -157,6 +176,7 @@
component: () => import('@/views/dailyreport/index'),
meta: { title: '������������������', icon: 'example' }
}
+
// ���������������������������
const ruleMapping = {
@@ -180,8 +200,11 @@
cityAirYoyContrast: cityAirYoyContrast,
surveyReport,
air,
- dailyreport,
- airQualityReportDisplay
+ airQualityReportDisplay,
+ Monitoringstation,
+ Equipment,
+ dailyreport,
+ sectionReport
}
// ������������������������������������4������������������������������������������������������������������������4������������������������������������
--
Gitblit v1.8.0