From a3187607ce0f23a9acdf41b58d2cd88a3aa5b06a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 24 Dec 2024 21:21:28 +0800
Subject: [PATCH] 菜单显示、三级防控加载

---
 src/pages/single/components/mainMenu.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/pages/single/components/mainMenu.vue b/src/pages/single/components/mainMenu.vue
index d394610..cb7f6ee 100644
--- a/src/pages/single/components/mainMenu.vue
+++ b/src/pages/single/components/mainMenu.vue
@@ -43,14 +43,14 @@
       menuName: '救援队伍',
       path: '/layout/single/rt'
     },
-    {
-      menuName: '突发事件模拟',
-      path: '/layout/map/main/pd'
-    },
-    {
-      menuName: '作战图',
-      path: '/layout/single/ochart'
-    },
+    /*  {
+       menuName: '突发事件模拟',
+       path: '/layout/map/main/pd'
+     },
+     {
+       menuName: '作战图',
+       path: '/layout/single/ochart'
+     }, */
   ]
 )
 

--
Gitblit v1.9.3