城阳居民端公众号前端代码
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.

14 lines
415 B

2 years ago
// 本地环境配置
module.exports = {
title: ' ',
2 years ago
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',
mapKey: '5D6BZ-KHLW4-JUXU5-XIM47-5Q2DJ-IPBBT'
2 years ago
}