From 34e38f90b4c2129b3e1ed1e7e24cd433412fa3de Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 18 Jan 2025 23:33:19 +0800
Subject: [PATCH] 倾斜加载配置

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

diff --git a/src/pages/main/components/mainMenu.vue b/src/pages/main/components/mainMenu.vue
index d394610..62657ec 100644
--- a/src/pages/main/components/mainMenu.vue
+++ b/src/pages/main/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