Showing
1 changed file
with
8 additions
and
8 deletions
@@ -13,10 +13,10 @@ const isTest = process.env.NODE_ENV === 'test'; | @@ -13,10 +13,10 @@ const isTest = process.env.NODE_ENV === 'test'; | ||
13 | 13 | ||
14 | const domains = { | 14 | const domains = { |
15 | 15 | ||
16 | - api: 'http://api.yoho.cn/', | ||
17 | - service: 'http://service.yoho.cn/', | ||
18 | - liveApi: 'http://testapi.live.yohops.com:9999/', | ||
19 | - singleApi: 'http://api-test3.yohops.com:9999/', | 16 | + // api: 'http://api.yoho.cn/', |
17 | + // service: 'http://service.yoho.cn/', | ||
18 | + // liveApi: 'http://testapi.live.yohops.com:9999/', | ||
19 | + // singleApi: 'http://api-test3.yohops.com:9999/', | ||
20 | 20 | ||
21 | // gray | 21 | // gray |
22 | // api: 'http://apigray.yoho.cn/', | 22 | // api: 'http://apigray.yoho.cn/', |
@@ -24,10 +24,10 @@ const domains = { | @@ -24,10 +24,10 @@ const domains = { | ||
24 | // platformApi: 'http://172.16.6.210:8088/', | 24 | // platformApi: 'http://172.16.6.210:8088/', |
25 | 25 | ||
26 | 26 | ||
27 | - // api: 'http://api-test3.yohops.com:9999/', | ||
28 | - // service: 'http://service-test3.yohops.com:9999/', | ||
29 | - // liveApi: 'http://testapi.live.yohops.com:9999/', | ||
30 | - // singleApi: 'http://api-test3.yohops.com:9999/', | 27 | + api: 'http://api-test3.yohops.com:9999/', |
28 | + service: 'http://service-test3.yohops.com:9999/', | ||
29 | + liveApi: 'http://testapi.live.yohops.com:9999/', | ||
30 | + singleApi: 'http://api-test3.yohops.com:9999/', | ||
31 | 31 | ||
32 | imSocket: 'ws://socket.yohobuy.com:10240', | 32 | imSocket: 'ws://socket.yohobuy.com:10240', |
33 | imCs: 'http://im.yohobuy.com/api', | 33 | imCs: 'http://im.yohobuy.com/api', |
-
Please register or login to post a comment