19 lines
971 B
JavaScript
19 lines
971 B
JavaScript
export default {
|
|
|
|
baseURL: 'https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
|
|
// baseURL: 'http://192.168.11.136:8000/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
|
|
// baseURL: 'https://tcm.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
|
|
|
|
mpUrl: 'https://mp.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 接口
|
|
apiurl: 'https://api.eshangtech.com/', // web api正式接口地址
|
|
// EshangUrl: 'https://eshangtech.com/',
|
|
// apiurl: 'https://erysfeipeng.oicp.net/', // web api
|
|
testApiurl: 'http://dev.eshangtech.com:8001/', // web api测试接口地址
|
|
|
|
mobUrl: 'http://192.168.11.125:8000/Coop.Merchant/Handler/handler_ajax.ashx', // 接口
|
|
testURL1: 'http://192.168.10.123:8000', // 测试ip
|
|
testURL2: 'http://192.168.12.121:8010', // 测试ip
|
|
testApiName: '/MobileServicePlatform/Handler/handler_ajax.ashx', // 接口
|
|
|
|
}
|
|
|