From 37040acbbe20d367553afe6f906519ae2bceae7d Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Sat, 17 Dec 2022 13:24:00 +0800 Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/moral_fronted --- src/router/dynamicRouter.js | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index 71e60b2..2e751b3 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -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', @@ -196,8 +203,8 @@ airQualityReportDisplay, Monitoringstation, Equipment, - dailyreport, - + dailyreport, + sectionReport } // ������������������������������������4������������������������������������������������������������������������4������������������������������������ -- Gitblit v1.8.0