From 4e2e57e86d1f3cc4651c262b2df0cebaef35b573 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 25 Mar 2026 11:01:08 +0800
Subject: [PATCH] 新增类型

---
 src/layout/components/Sidebar/menu.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index b7d7932..1ffdb06 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -9,7 +9,7 @@
         {
             path: '/people',
             name: 'People',
-            meta: { title: '人员信息',icon: 'people',affix: true }
+            meta: { title: '人员信息',icon: 'newpeople',affix: true }
         },
         {
             path: '/warehouse',
@@ -21,11 +21,11 @@
             name: 'PeopleCar',
             meta: { title: '车辆人员信息',icon: 'peoples',affix: true }
         },
-        {
-            path: '/humiture',
-            name: 'Humiture',
-            meta: { title: '温湿度数据',icon: 'thermometer',affix: true }
-        },
+        // {
+        //     path: '/humiture',
+        //     name: 'Humiture',
+        //     meta: { title: '温湿度数据',icon: 'thermometer',affix: true }
+        // },
         {
             path: '/alarm',
             name: 'Alarm',

--
Gitblit v1.9.2