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/main/components/mainMenu.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/pages/main/components/mainMenu.vue b/src/pages/main/components/mainMenu.vue
index c4f9602..90f120c 100644
--- a/src/pages/main/components/mainMenu.vue
+++ b/src/pages/main/components/mainMenu.vue
@@ -30,7 +30,11 @@
{
menuName: '360全景',
path: '/layout/map/main/pd'
- }
+ },
+ {
+ menuName: '作战图',
+ path: '/layout/single/ochart'
+ },
]
)
--
Gitblit v1.9.3