From 638af4c050b483aadb61f9c569401b1265b322de Mon Sep 17 00:00:00 2001 From: JR <3573153686@qq.com> Date: Fri, 7 Nov 2025 15:37:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E5=92=8C=E9=A1=B5=E9=9D=A2=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在开发、生产、预发布环境配置中注释掉旧标题 - 在 index.html 中注释掉旧 favicon 和标题- 更新 Logo 组件和构建工具页面中的 logo 引入路径 - 使用新 logo 文件替换旧文件引用 --- gear-ui3/.env.development | 1 + gear-ui3/.env.production | 1 + gear-ui3/.env.staging | 1 + gear-ui3/index.html | 2 ++ gear-ui3/src/layout/components/Sidebar/Logo.vue | 1 + gear-ui3/src/views/tool/build/index.vue | 1 + 6 files changed, 7 insertions(+) diff --git a/gear-ui3/.env.development b/gear-ui3/.env.development index 2a4e7b5..f7467dc 100644 --- a/gear-ui3/.env.development +++ b/gear-ui3/.env.development @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = 首达特及巨峰外贸中心 +# VITE_APP_TITLE = 创高综合办公系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/gear-ui3/.env.production b/gear-ui3/.env.production index c7b9fd1..3c61a0f 100644 --- a/gear-ui3/.env.production +++ b/gear-ui3/.env.production @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = 首达特及巨峰外贸中心 +# VITE_APP_TITLE = 创高综合办公系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/gear-ui3/.env.staging b/gear-ui3/.env.staging index febc7dc..6def981 100644 --- a/gear-ui3/.env.staging +++ b/gear-ui3/.env.staging @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = 首达特及巨峰外贸中心 +# VITE_APP_TITLE = 创高综合办公系统 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/gear-ui3/index.html b/gear-ui3/index.html index 01c4477..3ee9bae 100644 --- a/gear-ui3/index.html +++ b/gear-ui3/index.html @@ -8,6 +8,8 @@