|
@ -6,13 +6,13 @@ module.exports = { |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
function BASEURL() { |
|
|
function BASEURL() { |
|
|
return 'https://eug-test.elinkit.com.cn/js/epdc-api/api/' // 锦水测试环境
|
|
|
// return 'https://eug-test.elinkit.com.cn/js/epdc-api/api/' // 锦水测试环境
|
|
|
// return 'https://eug-test.elinkit.com.cn/epdc-api/api/' // 测试环境 接口地址
|
|
|
// return 'https://eug-test.elinkit.com.cn/epdc-api/api/' // 测试环境 接口地址
|
|
|
// return "http://219.146.91.110:9094/epdc-api/api/" // 测试环境 ip接口地址
|
|
|
// return "http://219.146.91.110:9094/epdc-api/api/" // 测试环境 ip接口地址
|
|
|
// return "https://epdc.elinkservice.cn/epdc-api/api/" // 正式环境 接口地址
|
|
|
// return "https://epdc.elinkservice.cn/epdc-api/api/" // 正式环境 接口地址
|
|
|
// return 'https://epdc-app.qingdaoshibei.cn/epdc-api/api/' // 电政办 正式环境 接口地址
|
|
|
// return 'https://epdc-app.qingdaoshibei.cn/epdc-api/api/' // 电政办 正式环境 接口地址
|
|
|
// return 'https://epdc-shibei.elinkservice.cn/epdc-api/api/' // 电政办 正式环境 接口地址
|
|
|
// return 'https://epdc-shibei.elinkservice.cn/epdc-api/api/' // 电政办 正式环境 接口地址
|
|
|
// return 'https://epdc-jinshui.elinkservice.cn/epdc-api/api/' // 锦水正式环境接口地址
|
|
|
return 'https://epdc-jinshui.elinkservice.cn/epdc-api/api/' // 锦水正式环境接口地址
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function WEBROOT() { |
|
|
function WEBROOT() { |
|
|