Merge branch 'hotfix/channel' of git.yoho.cn:fe/yohobuywap-node into hotfix/channel
Showing
2 changed files
with
6 additions
and
5 deletions
@@ -14,11 +14,8 @@ module.exports = { | @@ -14,11 +14,8 @@ module.exports = { | ||
14 | port: 6001, | 14 | port: 6001, |
15 | siteUrl: '//m.yohobuy.com', | 15 | siteUrl: '//m.yohobuy.com', |
16 | domains: { | 16 | domains: { |
17 | - api: 'http://api.yoho.yohoops.org/', | ||
18 | - service: 'http://service.yoho.yohoops.org/' | ||
19 | - | ||
20 | - // api: 'http://devapi.yoho.cn:58078/', | ||
21 | - // service: 'http://devservice.yoho.cn:58077/' | 17 | + api: 'http://devapi.yoho.cn:58078/', |
18 | + service: 'http://devservice.yoho.cn:58077/' | ||
22 | }, | 19 | }, |
23 | useOneapm: false, | 20 | useOneapm: false, |
24 | useCache: false, | 21 | useCache: false, |
-
Please register or login to post a comment