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
419 B
13 lines
419 B
// 本地环境配置
|
|
module.exports = {
|
|
title: ' ',
|
|
englishName:'',
|
|
version: 'V1.0.0',
|
|
technicalSupport: '',
|
|
copyright: 'Copyright @ 2023 版权所有',
|
|
baseUrl: 'https://epmet-preview.elinkservice.cn', // 项目地址
|
|
baseApi: 'https://epmet-preview.elinkservice.cn/testapi',
|
|
wxId: 'wxce2db0866b0698f8',
|
|
secret: 'ebecf6b88ab455f1cdf4a5b6357407b8',
|
|
mapKey: 'Q37BZ-7GERW-LZUR3-3WWD5-ZY3R2-D6FBG'
|
|
}
|
|
|