From b5f202a686eed0a6a089ab7b069b3e1da123b5d4 Mon Sep 17 00:00:00 2001 From: jiangxucong Date: Fri, 17 Oct 2025 15:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/nav_system_content/SystemContentList.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/nav_system_content/SystemContentList.js b/src/pages/nav_system_content/SystemContentList.js index cdf3db9..f69f790 100644 --- a/src/pages/nav_system_content/SystemContentList.js +++ b/src/pages/nav_system_content/SystemContentList.js @@ -63,7 +63,7 @@ const SystemContentList = (props) => { const [openKey, setOpenKey] = useState([]) const [selectedKey, setSelectedKey] = useState([]) const [menuItems, setMenuItems] = useState([]) - const [systemType, setSystemType] = useState('智能巡检系统') + const [systemType, setSystemType] = useState('应急管理系统') const [isMenuCollapsed, setIsMenuCollapsed] = useState(false); // 添加菜单收缩状态 let defaultKey = '' @@ -210,7 +210,8 @@ const SystemContentList = (props) => { { value: '安全管理系统', label: '安全管理系统' }, { value: '环保管理系统', label: '环保管理系统' }, { value: '消防管理系统', label: '消防管理系统' }, - { value: '智能巡检系统', label: '智能巡检系统' } + { value: '智能巡检系统', label: '智能巡检系统' }, + { value: '应急管理系统', label: '应急管理系统' } ]} dropdownStyle={{ backgroundColor: '#003AA7',