From 9a0925c3102ff9e18637271ecdab6bf56ca149dc Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Tue, 21 Mar 2023 13:22:12 +0800 Subject: [PATCH] 1、时间控件修改 --- src/router/dynamicRouter.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index 115f04b..008dee3 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -80,6 +80,13 @@ meta: { title: '������������������������', icon: 'example' } } +// const PM5PM10ForecastChart = { +// path: 'charts/PM5PM10ForecastChart', +// name: 'PM5PM10ForecastChart', +// component: () => import('@/views/PM5PM10ForecastChart/index'), +// meta: { title: 'PM5PM10���������', icon: 'example' } +// } + // ������������ const showMpData = { path: 'report/showMpData', @@ -216,7 +223,7 @@ airQualityReportDisplay, Monitoringstation, Equipment, - dailyreport, + dailyreport, sectionReport, Listdata, Equidata -- Gitblit v1.8.0