From 50bf2b134dff8f56d72e4ffe934540d8b1b2f519 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Fri, 01 Mar 2024 09:57:28 +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