From 98e00421c572ef955c2eca5445800096e215b779 Mon Sep 17 00:00:00 2001 From: yichenxi <yichenxi0601@163.com> Date: Mon, 12 Dec 2022 14:40:46 +0800 Subject: [PATCH] 1、尘负荷走航路段 --- src/router/dynamicRouter.js | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index 1213e48..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', @@ -169,7 +176,6 @@ component: () => import('@/views/dailyreport/index'), meta: { title: '������������������', icon: 'example' } } - // ��������������������������� @@ -198,7 +204,7 @@ Monitoringstation, Equipment, dailyreport, - + sectionReport } // ������������������������������������4������������������������������������������������������������������������4������������������������������������ -- Gitblit v1.8.0