From 7f1d3c921f842aa3611309dd2e69242a2ba9aeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Mon, 16 Oct 2023 13:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/env.development.js | 2 +- src/config/env.production.js | 2 +- src/config/env.staging.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/env.development.js b/src/config/env.development.js index 246cd3f..275397b 100644 --- a/src/config/env.development.js +++ b/src/config/env.development.js @@ -1,6 +1,6 @@ // 本地环境配置 module.exports = { - title: '数字社区综合服务平台', + title: 'e联社区', englishName:'', version: 'V1.0.0', technicalSupport: '', diff --git a/src/config/env.production.js b/src/config/env.production.js index 469fa4d..69afb47 100644 --- a/src/config/env.production.js +++ b/src/config/env.production.js @@ -9,7 +9,7 @@ */ // 本地环境配置 module.exports = { - title: '数字社区综合服务平台', + title: 'e联社区', englishName:'', version: 'V1.0.0', technicalSupport: '', diff --git a/src/config/env.staging.js b/src/config/env.staging.js index 9f9aa68..7049a84 100644 --- a/src/config/env.staging.js +++ b/src/config/env.staging.js @@ -1,6 +1,6 @@ // 本地环境配置 module.exports = { - title: '数字社区综合服务平台', + title: 'e联社区', englishName:'', version: 'V1.0.0', technicalSupport: '',