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 | // singleApi: 'http://single.gray.yohops.com/', | 22 | // singleApi: 'http://single.gray.yohops.com/', |
@@ -25,10 +25,10 @@ const domains = { | @@ -25,10 +25,10 @@ const domains = { | ||
25 | // platformApi: 'http://172.16.6.210:8088/', | 25 | // platformApi: 'http://172.16.6.210:8088/', |
26 | 26 | ||
27 | 27 | ||
28 | - api: 'http://api-test3.yohops.com:9999/', | ||
29 | - service: 'http://service-test3.yohops.com:9999/', | ||
30 | - liveApi: 'http://testapi.live.yohops.com:9999/', | ||
31 | - singleApi: 'http://api-test3.yohops.com:9999/', | 28 | + // api: 'http://api-test3.yohops.com:9999/', |
29 | + // service: 'http://service-test3.yohops.com:9999/', | ||
30 | + // liveApi: 'http://testapi.live.yohops.com:9999/', | ||
31 | + // singleApi: 'http://api-test3.yohops.com:9999/', | ||
32 | 32 | ||
33 | imSocket: 'ws://socket.yohobuy.com:10240', | 33 | imSocket: 'ws://socket.yohobuy.com:10240', |
34 | imCs: 'http://im.yohobuy.com/api', | 34 | imCs: 'http://im.yohobuy.com/api', |
-
Please register or login to post a comment