From fada84581cb7f034c4130978668fa42ed30cef9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Mon, 1 Jan 2024 19:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 4 ++-- .env.staging | 4 ++-- public/index.html | 2 +- src/components/header.vue | 4 ++-- src/components/headerv1.js | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.env.development b/.env.development index 064e9f6..196ad2f 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台 +VUE_APP_TITLE = 产发工程数字管理平台 # 开发环境配置 ENV = 'development' -# 北跨泾河-产发工程数字管理平台/开发环境 +# 产发工程数字管理平台/开发环境 VUE_APP_BASE_API = '/jhapi' # 路由懒加载 diff --git a/.env.production b/.env.production index a4d6828..e0a57d2 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台 +VUE_APP_TITLE = 产发工程数字管理平台 # 生产环境配置 ENV = 'production' -# 北跨泾河-产发工程数字管理平台/生产环境 +# 产发工程数字管理平台/生产环境 VUE_APP_BASE_API = '/jhapi' diff --git a/.env.staging b/.env.staging index 8c5c8b2..eda5f42 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 北跨泾河-产发工程数字管理平台 +VUE_APP_TITLE = 产发工程数字管理平台 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 北跨泾河-产发工程数字管理平台/测试环境 +# 产发工程数字管理平台/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/public/index.html b/public/index.html index cc37f57..d6e7a6b 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - 北跨泾河-产发工程数字管理平台-大屏 + 产发工程数字管理平台-大屏 diff --git a/src/components/header.vue b/src/components/header.vue index f53d0ce..b823159 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -1,7 +1,7 @@