From 9c3050a2b8e140f91c830cfafd1f5300f4b5dd72 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 16 Dec 2024 19:40:06 +0800
Subject: [PATCH] 新干路由配置调整、作战图显示调整

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

diff --git a/src/pages/single/components/mainMenu.vue b/src/pages/single/components/mainMenu.vue
index d394610..90f120c 100644
--- a/src/pages/single/components/mainMenu.vue
+++ b/src/pages/single/components/mainMenu.vue
@@ -20,31 +20,15 @@
 const menuList = ref(
   [
     {
-      menuName: '园区概况',
-      path: '/layout/map/main/survey'
-    },
-    {
-      menuName: '风险源',
-      path: '/layout/map/main/rs'
-    },
-    {
       menuName: '应急空间',
       path: '/layout/map/main/space'
-    },
-    {
-      menuName: '应急物资',
-      path: '/layout/single/supplies'
     },
     {
       menuName: '三级防控',
       path: '/layout/map/main/pac'
     },
     {
-      menuName: '救援队伍',
-      path: '/layout/single/rt'
-    },
-    {
-      menuName: '突发事件模拟',
+      menuName: '360全景',
       path: '/layout/map/main/pd'
     },
     {

--
Gitblit v1.9.3