From 3b10270c0dcc71faef1a67ea74971f2f29dc202a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 06 Aug 2025 00:11:54 +0800
Subject: [PATCH] 周边检索及突发事件模拟调整
---
src/pages/single/components/mainMenu.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/pages/single/components/mainMenu.vue b/src/pages/single/components/mainMenu.vue
index 62657ec..a3181f7 100644
--- a/src/pages/single/components/mainMenu.vue
+++ b/src/pages/single/components/mainMenu.vue
@@ -43,10 +43,10 @@
menuName: '救援队伍',
path: '/layout/single/rt'
},
- // {
- // menuName: '突发事件模拟',
- // path: '/layout/map/main/pd'
- // },
+ {
+ menuName: '突发事件模拟',
+ path: '/layout/map/main/pd'
+ },
// {
// menuName: '作战图',
// path: '/layout/single/ochart'
--
Gitblit v1.9.3