From 99435df90dc63bbf9a3729826821fbd47677fb10 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 13 Mar 2024 11:09:10 +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