From 87f788ef4592d25246e919ca8a98a4393b53924d Mon Sep 17 00:00:00 2001
From: yichenxi <yichenxi0601@163.com>
Date: Sun, 23 Apr 2023 13:12:45 +0800
Subject: [PATCH] 1、监控实时数据时间修改 2、走航车尘负荷数据显示修改
---
src/router/dynamicRouter.js | 33 +++++++++++++++++++++++++++++++--
1 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js
index 71e60b2..e9126fd 100644
--- a/src/router/dynamicRouter.js
+++ b/src/router/dynamicRouter.js
@@ -56,7 +56,7 @@
path: 'charts/contrast',
name: 'contrast',
component: () => import('@/views/contrast/index'),
- meta: { title: '������������������', icon: 'example' }
+ meta: { title: '���������������������������', icon: 'example' }
}
const averageContrast = {
@@ -79,6 +79,13 @@
component: () => import('@/views/airPollutionCalendar/index'),
meta: { title: '������������������������', icon: 'example' }
}
+
+// const PM5PM10ForecastChart = {
+// path: 'charts/PM5PM10ForecastChart',
+// name: 'PM5PM10ForecastChart',
+// component: () => import('@/views/PM5PM10ForecastChart/index'),
+// meta: { title: 'PM5PM10���������', icon: 'example' }
+// }
// ������������
const 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' }
}
// ������������
// ������������������������
@@ -155,6 +175,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',
@@ -197,7 +224,9 @@
Monitoringstation,
Equipment,
dailyreport,
-
+ sectionReport,
+ Listdata,
+ Equidata
}
// ������������������������������������4������������������������������������������������������������������������4������������������������������������
--
Gitblit v1.8.0