From 24bd8e78db83905b0d5f818c25ed5a85ce4d7159 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 11 Mar 2026 09:24:16 +0800
Subject: [PATCH] 新建分支

---
 src/layout/components/Sidebar/menu.js |   10 +++++-----
 .env.production                       |    2 +-
 src/views/components/loginForm.vue    |    2 +-
 vite.config.js                        |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.env.production b/.env.production
index 44535b2..939413f 100644
--- a/.env.production
+++ b/.env.production
@@ -5,7 +5,7 @@
 VITE_APP_ENV = 'production'
 
 # 烟花爆竹批发企业仓库安全监测预警/生产环境
-VITE_APP_BASE_API = 'http://39.104.85.193:4105'
+VITE_APP_BASE_API = 'http://39.104.85.193:4115'
 
 # 是否在打包时开启压缩,支持 gzip 和 brotli
 VITE_BUILD_COMPRESS = gzip
diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index 75257b2..1ffdb06 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -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',
diff --git a/src/views/components/loginForm.vue b/src/views/components/loginForm.vue
index 5473c10..41764da 100644
--- a/src/views/components/loginForm.vue
+++ b/src/views/components/loginForm.vue
@@ -1,7 +1,7 @@
 <template>
   <el-row class="login-panel">
     <el-col :sm="24" :md="12" class="login-img">
-      烟花爆竹批发企业<br/>仓库安全风险监测预警系统
+      烟花爆竹零售批发企业<br/>仓库安全风险监测预警系统
     </el-col>
     <el-col :sm="24" :md="12" class="login-box">
       <div class="login-card">
diff --git a/vite.config.js b/vite.config.js
index 094861a..f47c254 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -25,7 +25,7 @@
     },
     // vite 相关配置
     server: {
-      port: 80,
+      port: 89,
       host: true,
       open: true,
       proxy: {

--
Gitblit v1.9.2