From e81644353d6562a5f5af571948aee69e21626e83 Mon Sep 17 00:00:00 2001 From: quantulr <35954003+quantulr@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:34:42 +0800 Subject: [PATCH] bugfix --- .env.development | 2 +- .env.production | 4 ++-- .env.staging | 4 ++-- index.html | 4 ++-- src/views/login.vue | 2 +- src/views/register.vue | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index 92d720b..10bb100 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 中科云 +VITE_APP_TITLE = 咸海生态治理国际科技产业合作信息化平台 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 9f56c00..aed589a 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 中科云 +VITE_APP_TITLE = 咸海生态治理国际科技产业合作信息化平台 # 生产环境配置 VITE_APP_ENV = 'production' @@ -10,4 +10,4 @@ VITE_APP_ENV = 'production' VITE_APP_BASE_API = '/api' # 是否在打包时开启压缩,支持 gzip 和 brotli -VITE_BUILD_COMPRESS = gzip \ No newline at end of file +VITE_BUILD_COMPRESS = gzip diff --git a/.env.staging b/.env.staging index f911064..0a0c56e 100644 --- a/.env.staging +++ b/.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/index.html b/index.html index 9969e4c..12f3092 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ -