|
|
@ -7,7 +7,7 @@ module.exports = { |
|
|
|
|
|
|
|
function BASEURL() { |
|
|
|
// return 'http://192.168.51.31:9094/epdc-api/api/' // 测试环境 接口地址
|
|
|
|
// return "https://epdc-api-test.elinkservice.cn/epdc-api/api/" // 测试环境 ip接口地址
|
|
|
|
return "https://epdc-api-test.elinkservice.cn/epdc-api/api/" // 测试环境 ip接口地址
|
|
|
|
return 'https://epdc-yushan.elinkservice.cn/epdc-api/api/' // 现代榆山正式环境
|
|
|
|
} |
|
|
|
|
|
|
|