Showing
1 changed file
with
2 additions
and
2 deletions
@@ -12,8 +12,8 @@ const isTest = process.env.NODE_ENV === 'test'; | @@ -12,8 +12,8 @@ const isTest = process.env.NODE_ENV === 'test'; | ||
12 | 12 | ||
13 | const domains = { | 13 | const domains = { |
14 | 14 | ||
15 | - api: 'http://api.yoho.cn/', | ||
16 | - service: 'http://service.yoho.cn/', | 15 | + api: 'http://api-test3.yohops.com:9999/', |
16 | + service: 'http://service-test3.yohops.com:9999/', | ||
17 | liveApi: 'http://testapi.live.yohops.com:9999/', | 17 | liveApi: 'http://testapi.live.yohops.com:9999/', |
18 | singleApi: 'http://api-test3.yohops.com:9999/', | 18 | singleApi: 'http://api-test3.yohops.com:9999/', |
19 | 19 |
-
Please register or login to post a comment