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: '',