Showing
1 changed file
with
5 additions
and
5 deletions
@@ -15,14 +15,14 @@ module.exports = { | @@ -15,14 +15,14 @@ module.exports = { | ||
15 | port: 6001, | 15 | port: 6001, |
16 | siteUrl: '//m.yohobuy.com', | 16 | siteUrl: '//m.yohobuy.com', |
17 | domains: { | 17 | domains: { |
18 | - // api: 'http://devapi.yoho.cn:58078/', | ||
19 | - // service: 'http://devservice.yoho.cn:58077/' | ||
20 | - // | 18 | + api: 'http://dev-api.yohops.com:9999/', |
19 | + service: 'http://dev-service.yohops.com:9999/' | ||
20 | + | ||
21 | // api: 'http://testapi.yoho.cn:28078/', | 21 | // api: 'http://testapi.yoho.cn:28078/', |
22 | // service: 'http://testservice.yoho.cn:28077/' | 22 | // service: 'http://testservice.yoho.cn:28077/' |
23 | 23 | ||
24 | - api: 'http://api.yoho.cn/', | ||
25 | - service: 'http://service.yoho.cn/' | 24 | + // api: 'http://api.yoho.cn/', |
25 | + // service: 'http://service.yoho.cn/' | ||
26 | }, | 26 | }, |
27 | subDomains: { | 27 | subDomains: { |
28 | host: '.m.yohobuy.com', | 28 | host: '.m.yohobuy.com', |
-
Please register or login to post a comment