From bf6987a63012c5ab05ce1f105cf6e0a7a18e9cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 19 Sep 2025 16:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BF=AE=E6=94=B9=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gear-ui3/.env.development | 4 ++-- gear-ui3/.env.production | 4 ++-- gear-ui3/.env.staging | 4 ++-- gear-ui3/index.html | 2 +- gear-ui3/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gear-ui3/.env.development b/gear-ui3/.env.development index ca0a209..9d908e7 100644 --- a/gear-ui3/.env.development +++ b/gear-ui3/.env.development @@ -1,8 +1,8 @@ # 页面标题 -VITE_APP_TITLE = 创高家具销售系统 +VITE_APP_TITLE = 创高综合办公系统 # 开发环境配置 VITE_APP_ENV = 'development' -# 创高家具销售系统/开发环境 +# 创高综合办公系统/开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/gear-ui3/.env.production b/gear-ui3/.env.production index 8b414eb..89fb524 100644 --- a/gear-ui3/.env.production +++ b/gear-ui3/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 创高家具销售系统 +VITE_APP_TITLE = 创高综合办公系统 # 生产环境配置 VITE_APP_ENV = 'production' -# 创高家具销售系统/生产环境 +# 创高综合办公系统/生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/gear-ui3/.env.staging b/gear-ui3/.env.staging index cdd4171..21ddc9f 100644 --- a/gear-ui3/.env.staging +++ b/gear-ui3/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 创高家具销售系统 +VITE_APP_TITLE = 创高综合办公系统 # 生产环境配置 VITE_APP_ENV = 'staging' -# 创高家具销售系统/生产环境 +# 创高综合办公系统/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/gear-ui3/index.html b/gear-ui3/index.html index 1ed4f1c..809c98f 100644 --- a/gear-ui3/index.html +++ b/gear-ui3/index.html @@ -7,7 +7,7 @@ - 创高家具销售系统 + 创高综合办公系统