From d4673fe8f12a39096496f2de881955b047620819 Mon Sep 17 00:00:00 2001 From: wangqiujuan0808 <578331299@qq.com> Date: Sat, 9 Dec 2023 00:50:40 +0800 Subject: [PATCH] 123 --- .env.development | 4 +- .env.production | 4 +- .env.staging | 4 +- index.html | 2 +- package.json | 2 +- src/layoutMain/components/Navbar.vue | 2 +- .../bim/bimHome/components/ThreeView.vue | 81 +++++++++++++------ 7 files changed, 67 insertions(+), 32 deletions(-) diff --git a/.env.development b/.env.development index af9ba00..87b77d5 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 = '/dev-api' diff --git a/.env.production b/.env.production index cbabf89..3c78354 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 b11336d..6967d9b 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 8389246..3d5ee3a 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 若依管理系统 + 百威管理系统