From 8c9f89329256299c1cc68ed461e4f8621275aa7d Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Thu, 27 Oct 2022 09:08:57 +0800 Subject: [PATCH] 郭世朋20221027提交空气质量报告页面 --- src/router/dynamicRouter.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index 292ecc1..4bdbeec 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -150,6 +150,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' } +} // ��������������������������� const ruleMapping = { @@ -173,6 +180,7 @@ cityAirYoyContrast: cityAirYoyContrast, surveyReport, air, + dailyreport, airQualityReportDisplay } -- Gitblit v1.8.0