From b0ddfa5e7fbd269bcc31d31b99fdedab401cd094 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 16:50:01 +0800
Subject: [PATCH] 调试工具配置

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

diff --git a/src/pages/first/components/mainMenu.vue b/src/pages/first/components/mainMenu.vue
index 84cd4f8..c620915 100644
--- a/src/pages/first/components/mainMenu.vue
+++ b/src/pages/first/components/mainMenu.vue
@@ -44,8 +44,12 @@
       path: '/layout/first/rt'
     },
     {
-      menuName: '污染物处理',
+      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