From cd408072e22e695484baaf0c52faa7bf0afc7149 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 13 May 2024 16:15:13 +0800 Subject: [PATCH] fix: 样式修改 --- src/router/dynamicRouter.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/router/dynamicRouter.js b/src/router/dynamicRouter.js index d794134..41d03a6 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -113,6 +113,12 @@ component: () => import('@/views/hand/index'), meta: { title: '������������', icon: 'example' } } +const statement = { + path: 'report/statement', + name: 'statement', + component: () => import('@/views/statement/index'), + meta: { title: '���������������������������', icon: 'example' } +} // ������������������������ const airQualityReportDisplay = { path: 'report/airQualityReportDisplay', @@ -247,6 +253,7 @@ staffManagement: staffManagement, showGovHourData: showGovHourData, hand: hand, + statement: statement, cityAirRank: cityAirRank, levelStatistic: levelStatistic, onlineRate: onlineRate, -- Gitblit v1.8.0