From 1aac90553b2a363b324c05de4ae9190ae38e753a Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 27 Nov 2024 08:58:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'

---
 src/pages/first/components/mainMenu.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/pages/first/components/mainMenu.vue b/src/pages/first/components/mainMenu.vue
index b289b1a..c620915 100644
--- a/src/pages/first/components/mainMenu.vue
+++ b/src/pages/first/components/mainMenu.vue
@@ -47,6 +47,10 @@
       menuName: '突发事件模拟',
       path: '/layout/first/pd'
     },
+    {
+      menuName: '作战图',
+      path: '/layout/first/ochart'
+    },
   ]
 )
 
@@ -56,7 +60,7 @@
   if (params.path) {
     if (router.currentRoute.value.path == params.path) return
 
-    if (params.path == '/layout/first/supplies' || params.path == '/layout/first/rt') {
+    if (params.path == '/layout/first/supplies' || params.path == '/layout/first/rt' || params.path == '/layout/first/ochart') {
       store.setLoadSingle(true)
     } else {
       store.setLoadSingle(false)

--
Gitblit v1.9.3