From e72ab2c7e40fcec16677f6f9916b3ed868ada332 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 11 Mar 2026 09:26:49 +0800
Subject: [PATCH] 修改名称
---
.env.staging | 2 +-
src/views/index.vue | 2 +-
.env.development | 2 +-
index.html | 2 +-
package.json | 2 +-
.env.production | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.env.development b/.env.development
index 28ac41e..45fe589 100644
--- a/.env.development
+++ b/.env.development
@@ -4,7 +4,7 @@
# 开发环境配置
VITE_APP_ENV = 'development'
-# 烟花爆竹批发企业仓库安全监测预警/开发环境
+# 烟花爆竹零售批发企业仓库安全监测预警/开发环境
#贺哥
VITE_APP_BASE_API = 'http://192.168.2.58:8100'
diff --git a/.env.production b/.env.production
index 939413f..f347dd8 100644
--- a/.env.production
+++ b/.env.production
@@ -4,7 +4,7 @@
# 生产环境配置
VITE_APP_ENV = 'production'
-# 烟花爆竹批发企业仓库安全监测预警/生产环境
+# 烟花爆竹零售批发企业仓库安全监测预警/生产环境
VITE_APP_BASE_API = 'http://39.104.85.193:4115'
# 是否在打包时开启压缩,支持 gzip 和 brotli
diff --git a/.env.staging b/.env.staging
index b92ab10..8635eb3 100644
--- a/.env.staging
+++ b/.env.staging
@@ -4,7 +4,7 @@
# 生产环境配置
VITE_APP_ENV = 'staging'
-# 烟花爆竹批发企业仓库安全监测预警/生产环境
+# 烟花爆竹零售批发企业仓库安全监测预警/生产环境
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
diff --git a/index.html b/index.html
index e4754f3..2252c62 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
- <title>烟花爆竹批发企业仓库安全监测预警系统</title>
+ <title>烟花爆竹零售批发企业仓库安全监测预警系统</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
diff --git a/package.json b/package.json
index c52b9d5..2b9c5dd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.6",
- "description": "烟花爆竹批发企业仓库安全监测预警",
+ "description": "烟花爆竹零售批发企业仓库安全监测预警",
"author": "若依",
"license": "MIT",
"scripts": {
diff --git a/src/views/index.vue b/src/views/index.vue
index 9d0bedb..63f745d 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -3,7 +3,7 @@
<div style="margin: 150px 100px;color: #3173ea" class="login-img">
<div >
<div style="font-size:50px">欢迎进入</div>
- <div style="font-size: 35px;margin-top: 20px">烟花爆竹批发企业仓库安全监测预警系统</div>
+ <div style="font-size: 35px;margin-top: 20px">烟花爆竹零售批发企业仓库安全监测预警系统</div>
</div>
</div>
--
Gitblit v1.9.2