From 9c5dd0656a1231fdf260cff3a865476dcc55b735 Mon Sep 17 00:00:00 2001 From: quantulr <35954003+quantulr@users.noreply.github.com> Date: Fri, 15 Sep 2023 15:34:55 +0800 Subject: [PATCH] bugfix --- .env.development | 2 +- .env.production | 4 ++-- .env.staging | 4 ++-- index.html | 4 ++-- src/i18n/message/webSearch/ru.js | 2 +- src/i18n/message/webSearch/zh.js | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index 598ea52..2a97e01 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 571cf69..cc687e5 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE=中科云 +VITE_APP_TITLE=咸海生态治理国际科技产业合作信息化平台 # 生产环境配置 VITE_APP_ENV='production' @@ -11,4 +11,4 @@ VITE_APP_BASE_API='/api' VITE_BUILD_COMPRESS=gzip # i18n -VITE_APP_I18N_LOCALE=zh_CN \ No newline at end of file +VITE_APP_I18N_LOCALE=zh_CN diff --git a/.env.staging b/.env.staging index 8c8736c..b366308 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 中科云 +VITE_APP_TITLE = 咸海生态治理国际科技产业合作信息化平台 # 生产环境配置 VITE_APP_ENV = 'staging' @@ -11,4 +11,4 @@ VITE_APP_BASE_API = '/stage-api' VITE_BUILD_COMPRESS = gzip # i18n语言 -VITE_APP_I18N_LOCALE='zh_CN' \ No newline at end of file +VITE_APP_I18N_LOCALE='zh_CN' diff --git a/index.html b/index.html index 4113191..7ee740e 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ - 中科云 + 咸海生态治理国际科技产业合作信息化平台