From 05b03aa8cc49dc9415c011522433dd261704cc5b Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Sat, 17 Dec 2022 13:22:45 +0800 Subject: [PATCH] src/utils/request冲突解决提交 --- src/router/dynamicRouter.js | 33 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 1 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index 292ecc1..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', @@ -150,6 +169,14 @@ 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' } +} + // ��������������������������� const ruleMapping = { @@ -173,7 +200,11 @@ cityAirYoyContrast: cityAirYoyContrast, surveyReport, air, - airQualityReportDisplay + airQualityReportDisplay, + Monitoringstation, + Equipment, + dailyreport, + sectionReport } // ������������������������������������4������������������������������������������������������������������������4������������������������������������ -- Gitblit v1.8.0