Authored by 陈峰

Merge branch 'release/2.0' into 'master'

port change



See merge request !14
@@ -104,7 +104,7 @@ if (global.env.Test) { @@ -104,7 +104,7 @@ if (global.env.Test) {
104 if (global.env.Production) { 104 if (global.env.Production) {
105 domains.erp = 'http://gw.api.yohobuy.com'; 105 domains.erp = 'http://gw.api.yohobuy.com';
106 domains.platform = 'http://api.platform.yohoops.org/platform'; 106 domains.platform = 'http://api.platform.yohoops.org/platform';
107 - domains.shop = 'http://127.0.0.1:30012'; 107 + domains.shop = 'http://127.0.0.1:30016';
108 } 108 }
109 109
110 _.each(domainApis, (apis, domainName) => { 110 _.each(domainApis, (apis, domainName) => {