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 | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index e0b61c5..2e751b3 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -62,7 +62,7 @@ const averageContrast = { path: 'charts/averageContrast', name: 'averageContrast', - component: () => import('@/views/averageContrast/index'), + component: () => import('@/views/averageContrast/index'), meta: { title: '������������������������', icon: 'example' } } @@ -115,7 +115,7 @@ } // ������������ // ������������������������ -const cityAirRank = { +const cityAirRank = { path: 'analyse/cityAirRank', name: 'cityAirRank', component: () => import('@/views/cityAirRank/index'), @@ -155,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', @@ -162,7 +169,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 +202,9 @@ air, airQualityReportDisplay, Monitoringstation, - Equipment + Equipment, + dailyreport, + sectionReport } // ������������������������������������4������������������������������������������������������������������������4������������������������������������ -- Gitblit v1.8.0