From 579be7427588336c7bd91c4f39afc747a349095e Mon Sep 17 00:00:00 2001 From: cc Date: Sun, 10 Dec 2023 15:18:53 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E4=B8=BAbim=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= 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/layoutMain/components/Navbar.vue | 2 +- src/views/login.vue | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.env.development b/.env.development index 87b77d5..41514e8 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 页面标题 -VITE_APP_TITLE = 百威管理系统 +VITE_APP_TITLE = 百威BIM管理系统 # 开发环境配置 VITE_APP_ENV = 'development' -# 百威管理系统/开发环境 +# 百威BIM管理系统/开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index 3c78354..fb06b98 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 百威管理系统 +VITE_APP_TITLE = 百威BIM管理系统 # 生产环境配置 VITE_APP_ENV = 'production' -# 百威管理系统/生产环境 +# 百威BIM管理系统/生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/.env.staging b/.env.staging index 6967d9b..35bf1b0 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 百威管理系统 +VITE_APP_TITLE = 百威BIM管理系统 # 生产环境配置 VITE_APP_ENV = 'staging' -# 百威管理系统/生产环境 +# 百威BIM管理系统/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/index.html b/index.html index 3d5ee3a..da33bd1 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 百威管理系统 + 百威BIM管理系统