...
|
...
|
@@ -13,10 +13,10 @@ const isTest = process.env.NODE_ENV === 'test'; |
|
|
|
|
|
const domains = {
|
|
|
|
|
|
api: 'http://api.yoho.cn/',
|
|
|
service: 'http://service.yoho.cn/',
|
|
|
liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
// api: 'http://api.yoho.cn/',
|
|
|
// service: 'http://service.yoho.cn/',
|
|
|
// liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
// singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
|
|
|
// gray
|
|
|
// singleApi: 'http://single.gray.yohops.com/',
|
...
|
...
|
@@ -25,15 +25,16 @@ const domains = { |
|
|
// platformApi: 'http://172.16.6.210:8088/',
|
|
|
|
|
|
|
|
|
// api: 'http://api-test3.yohops.com:9999/',
|
|
|
// service: 'http://service-test3.yohops.com:9999/',
|
|
|
// liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
// singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
api: 'http://api-test3.yohops.com:9999/',
|
|
|
service: 'http://service-test3.yohops.com:9999/',
|
|
|
liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
|
|
|
imSocket: 'ws://socket.yohobuy.com:10240',
|
|
|
imCs: 'http://im.yohobuy.com/api',
|
|
|
global: 'http://api-global.yohobuy.com',
|
|
|
store: 'http://192.168.102.47:8080/portal-gateway/',
|
|
|
|
|
|
platformApi: 'http://192.168.102.48:8088/',
|
|
|
extstore: 'http://extstore-test1.yohops.com',
|
|
|
family: 'http://192.168.103.73:8096/uic/',
|
...
|
...
|
|