You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
395 B
13 lines
395 B
2 years ago
|
// 本地环境配置
|
||
|
module.exports = {
|
||
|
title: '数字社区综合服务平台',
|
||
|
englishName:'',
|
||
|
version: 'V1.0.0',
|
||
|
technicalSupport: '',
|
||
|
copyright: 'Copyright @ 2023 版权所有',
|
||
|
baseUrl: 'https://epmet-preview.elinkservice.cn', // 项目地址
|
||
|
baseApi: 'https://epmet-preview.elinkservice.cn/api',
|
||
|
wxId: 'wx1078fa1e99424de9',
|
||
|
secret: 'ebecf6b88ab455f1cdf4a5b6357407b8'
|
||
|
}
|