26 lines
1.3 KiB
JavaScript
26 lines
1.3 KiB
JavaScript
export default {
|
|
|
|
baseURL: 'https://eshangtech.com:18998/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://eshangtech.com:18998/Coop.Merchant/Handler/handler_ajax.ashx', // 接口
|
|
apiurl: 'https://eshangtech.com:18900/', // web api正式接口地址
|
|
posApiurl: 'https://pos.eshangtech.com/', // web api正式接口地址
|
|
// EshangUrl: 'https://eshangtech.com/',
|
|
// apiurl: 'https://erysfeipeng.oicp.net/', // web api
|
|
testApiurl: 'http://dev.eshangtech.com:8001/', // web api测试接口地址
|
|
apiEsUrl: "https://api.eshangtech.com/",
|
|
|
|
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', // 接口
|
|
|
|
cloudUrl: 'https://eshangtech.com:16060/MobileServicePlatform/Handler/handler_ajax.ashx',
|
|
|
|
// javaUrl: 'https://admin.es.eshangtech.com/platform/', // 接口
|
|
javaUrl: 'https://java.es.eshangtech.com:443/', // 接口
|
|
|
|
}
|