From 67597e4129af701c6e1f2c8da113f2d6a9760f8a Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 13 Mar 2024 11:31:00 +0800 Subject: [PATCH] fix: 走航报告下载修改 --- 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 933f131..d794134 100644 --- a/src/router/dynamicRouter.js +++ b/src/router/dynamicRouter.js @@ -107,6 +107,12 @@ component: () => import('@/views/govReport/index'), meta: { title: '���������������������������', icon: 'example' } } +const hand = { + path: 'report/hand', + name: 'hand', + component: () => import('@/views/hand/index'), + meta: { title: '������������', icon: 'example' } +} // ������������������������ const airQualityReportDisplay = { path: 'report/airQualityReportDisplay', @@ -240,6 +246,7 @@ showMpData: showMpData, staffManagement: staffManagement, showGovHourData: showGovHourData, + hand: hand, cityAirRank: cityAirRank, levelStatistic: levelStatistic, onlineRate: onlineRate, @@ -276,6 +283,7 @@ // ������������������ export function routerMenus() { + console.log('user.menus', JSON.parse(store.state.user.menus)) const routersMenu = JSON.parse(store.state.user.menus) // ��������������������������������� ��������������������������� console.log('routersMenu', routersMenu) -- Gitblit v1.8.0