From a505e8a326f7e8ce3db8b2f140fb328ecc650bfc Mon Sep 17 00:00:00 2001 From: yichenxi <yichenxi0601@163.com> Date: Fri, 21 Apr 2023 09:14:09 +0800 Subject: [PATCH] 1、设备详情数据显示 --- 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 115f04b..e9126fd 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -56,7 +56,7 @@ path: 'charts/contrast', name: 'contrast', component: () => import('@/views/contrast/index'), - meta: { title: '������������������', icon: 'example' } + meta: { title: '���������������������������', icon: 'example' } } const averageContrast = { @@ -79,6 +79,13 @@ component: () => import('@/views/airPollutionCalendar/index'), meta: { title: '������������������������', icon: 'example' } } + +// const PM5PM10ForecastChart = { +// path: 'charts/PM5PM10ForecastChart', +// name: 'PM5PM10ForecastChart', +// component: () => import('@/views/PM5PM10ForecastChart/index'), +// meta: { title: 'PM5PM10���������', icon: 'example' } +// } // ������������ const showMpData = { @@ -216,7 +223,7 @@ airQualityReportDisplay, Monitoringstation, Equipment, - dailyreport, + dailyreport, sectionReport, Listdata, Equidata -- Gitblit v1.8.0