Browse Source

修改标题

master
战立标 2 years ago
parent
commit
7f1d3c921f
  1. 2
      src/config/env.development.js
  2. 2
      src/config/env.production.js
  3. 2
      src/config/env.staging.js

2
src/config/env.development.js

@ -1,6 +1,6 @@
// 本地环境配置
module.exports = {
title: '数字社区综合服务平台',
title: 'e联社区',
englishName:'',
version: 'V1.0.0',
technicalSupport: '',

2
src/config/env.production.js

@ -9,7 +9,7 @@
*/
// 本地环境配置
module.exports = {
title: '数字社区综合服务平台',
title: 'e联社区',
englishName:'',
version: 'V1.0.0',
technicalSupport: '',

2
src/config/env.staging.js

@ -1,6 +1,6 @@
// 本地环境配置
module.exports = {
title: '数字社区综合服务平台',
title: 'e联社区',
englishName:'',
version: 'V1.0.0',
technicalSupport: '',

Loading…
Cancel
Save