From 44e7faddb3a1d10b84dc3267451d0206af05a228 Mon Sep 17 00:00:00 2001 From: JR <3573153686@qq.com> Date: Thu, 23 Oct 2025 17:03:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=A0=87=E9=A2=98=E5=92=8C=E7=9B=B8=E5=85=B3=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改开发、生产、预发布环境的应用标题 - 更新 favicon 图标路径- 替换 Logo 图片资源路径 - 更新项目描述信息为“首达特及巨峰外贸中心” --- gear-ui3/.env.development | 2 +- gear-ui3/.env.production | 4 ++-- gear-ui3/.env.staging | 4 ++-- gear-ui3/index.html | 6 +++--- gear-ui3/package.json | 2 +- gear-ui3/public/favicon1.png | Bin 0 -> 15080 bytes gear-ui3/src/assets/logo/sdtlogo.png | Bin 0 -> 15080 bytes gear-ui3/src/layout/components/Sidebar/Logo.vue | 4 ++-- gear-ui3/src/views/tool/build/index.vue | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 gear-ui3/public/favicon1.png create mode 100644 gear-ui3/src/assets/logo/sdtlogo.png diff --git a/gear-ui3/.env.development b/gear-ui3/.env.development index 9d908e7..2a4e7b5 100644 --- a/gear-ui3/.env.development +++ b/gear-ui3/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 创高综合办公系统 +VITE_APP_TITLE = 首达特及巨峰外贸中心 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/gear-ui3/.env.production b/gear-ui3/.env.production index 89fb524..c7b9fd1 100644 --- a/gear-ui3/.env.production +++ b/gear-ui3/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 创高综合办公系统 +VITE_APP_TITLE = 首达特及巨峰外贸中心 # 生产环境配置 VITE_APP_ENV = 'production' @@ -8,4 +8,4 @@ VITE_APP_ENV = 'production' VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli -VITE_BUILD_COMPRESS = gzip \ No newline at end of file +VITE_BUILD_COMPRESS = gzip diff --git a/gear-ui3/.env.staging b/gear-ui3/.env.staging index 21ddc9f..febc7dc 100644 --- a/gear-ui3/.env.staging +++ b/gear-ui3/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 创高综合办公系统 +VITE_APP_TITLE = 首达特及巨峰外贸中心 # 生产环境配置 VITE_APP_ENV = 'staging' @@ -8,4 +8,4 @@ VITE_APP_ENV = 'staging' VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli -VITE_BUILD_COMPRESS = gzip \ No newline at end of file +VITE_BUILD_COMPRESS = gzip diff --git a/gear-ui3/index.html b/gear-ui3/index.html index 809c98f..01c4477 100644 --- a/gear-ui3/index.html +++ b/gear-ui3/index.html @@ -6,8 +6,8 @@ - - 创高综合办公系统 + + 首达特及巨峰钢铁外贸中心 \ No newline at end of file + diff --git a/gear-ui3/src/views/tool/build/index.vue b/gear-ui3/src/views/tool/build/index.vue index e630740..7ba13ac 100644 --- a/gear-ui3/src/views/tool/build/index.vue +++ b/gear-ui3/src/views/tool/build/index.vue @@ -99,7 +99,7 @@ import draggable from "vuedraggable/dist/vuedraggable.common" import ClipboardJS from 'clipboard' import beautifier from 'js-beautify' -import logo from '@/assets/logo/logo.png' +import logo from '@/assets/logo/sdtlogo.png' import { inputComponents, selectComponents, layoutComponents, formConf as formConfData } from '@/utils/generator/config' import { beautifierConf } from '@/utils/index' import drawingDefalut from '@/utils/generator/drawingDefalut'