From f55ea1cfc0b5f60b01552e8b96f95e8a33c45bb8 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 15 Nov 2024 09:12:53 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen
---
src/pages/first/components/mainMenu.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/pages/first/components/mainMenu.vue b/src/pages/first/components/mainMenu.vue
index b7b6024..b289b1a 100644
--- a/src/pages/first/components/mainMenu.vue
+++ b/src/pages/first/components/mainMenu.vue
@@ -44,7 +44,7 @@
path: '/layout/first/rt'
},
{
- menuName: '污染物处理',
+ menuName: '突发事件模拟',
path: '/layout/first/pd'
},
]
@@ -61,7 +61,9 @@
} else {
store.setLoadSingle(false)
}
- router.push(params.path)
+ router.push({
+ path: params.path
+ })
} else {
params.childrenFlag = !params.childrenFlag
}
--
Gitblit v1.9.3