From a315f8bc5864848b2f408cbad42414ef09871464 Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Sun, 20 Aug 2023 12:03:37 +0800 Subject: [PATCH] fix:修改图标偏移,打开websocket --- src/router/dynamicRouter.js | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 55 insertions(+), 2 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index 292ecc1..1246779 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 = { @@ -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', @@ -101,6 +108,31 @@ component: () => import('@/views/airQualityReportDisplay/index'), meta: { title: '������������������������', icon: 'example' } } +const Monitoringstation = { + path: 'report/Monitoringstation', + name: 'Monitoringstation', + component: () => import('@/views/Monitoringstation/index'), + meta: { title: '������������������', icon: 'example' } +} +const Listdata = { + path: 'report/Listdata', + name: 'Listdata', + component: () => import('@/views/Listdata/index'), + meta: { title: '������������������', icon: 'example' } +} + +// const Equipment = { +// path: 'report/Equipment', +// name: 'Equipment', +// component: () => import('@/views/Equipment/index'), +// meta: { title: '������������', icon: 'example' } +// } +// const Equidata = { +// path: 'report/Equidata', +// name: 'Equidata', +// component: () => import('@/views/Equidata/index'), +// meta: { title: '������������������', icon: 'example' } +// } // ������������ // ������������������������ const cityAirRank = { @@ -143,6 +175,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', @@ -150,6 +189,14 @@ 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,7 +220,13 @@ cityAirYoyContrast: cityAirYoyContrast, surveyReport, air, - airQualityReportDisplay + airQualityReportDisplay, + Monitoringstation, + // Equipment, + dailyreport, + sectionReport, + Listdata, + // Equidata } // ������������������������������������4������������������������������������������������������������������������4������������������������������������ -- Gitblit v1.8.0