From 5221bb4832912e7e494b76e4fdf64eb0c98fce50 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 22 Nov 2024 17:12:59 +0800
Subject: [PATCH] 代码优化
---
src/pages/first/components/mainMenu.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pages/first/components/mainMenu.vue b/src/pages/first/components/mainMenu.vue
index 84cd4f8..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'
},
]
--
Gitblit v1.9.3