From 7bbcff0dc7de68ff43fdb301fb2743878d07fe3d Mon Sep 17 00:00:00 2001 From: JenniferW <1627055433@qq.com> Date: Wed, 26 Nov 2025 14:18:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=8D=E7=A7=B0=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 4 ++-- .env.staging | 4 ++-- index.html | 2 +- package.json | 2 +- src/api/system/config.js | 2 +- src/views/order/intention/search.vue | 14 +++++++++----- 7 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.env.development b/.env.development index c2f54de..8058bbf 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 页面标题 -VITE_APP_TITLE = 智奇管理系统 +VITE_APP_TITLE = 智奇品号高效检索系统 # 开发环境配置 VITE_APP_ENV = 'development' -# 智奇管理系统/开发环境 +# 智奇品号高效检索系统/开发环境 VITE_APP_BASE_API = 'http://124.70.134.24:48106' diff --git a/.env.production b/.env.production index 4452971..634c2d0 100644 --- a/.env.production +++ b/.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/.env.staging b/.env.staging index 833eb59..0b631f9 100644 --- a/.env.staging +++ b/.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/index.html b/index.html index 90f32a5..f8b3218 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ -