From 17a81d641608545682e3f79f7c6090cac48fe81a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 15 Sep 2025 18:10:01 +0800
Subject: [PATCH] feat:去除高亮

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

diff --git a/src/pages/main/components/mainMenu.vue b/src/pages/main/components/mainMenu.vue
index d394610..a3181f7 100644
--- a/src/pages/main/components/mainMenu.vue
+++ b/src/pages/main/components/mainMenu.vue
@@ -47,10 +47,10 @@
       menuName: '突发事件模拟',
       path: '/layout/map/main/pd'
     },
-    {
-      menuName: '作战图',
-      path: '/layout/single/ochart'
-    },
+    // {
+    //   menuName: '作战图',
+    //   path: '/layout/single/ochart'
+    // },
   ]
 )
 

--
Gitblit v1.9.3