Authored by 陈峰

commit

@@ -131,7 +131,7 @@ if (global.env.Test) { @@ -131,7 +131,7 @@ if (global.env.Test) {
131 } 131 }
132 132
133 if (global.env.Production) { 133 if (global.env.Production) {
134 - domains.erp = 'http://gw.api.yohobuy.com'; 134 + domains.erp = 'http://gateway.erp.yohoops.org';
135 domains.platform = 'http://api.platform.yohoops.org/platform'; 135 domains.platform = 'http://api.platform.yohoops.org/platform';
136 domains.shop = 'http://127.0.0.1:30016'; 136 domains.shop = 'http://127.0.0.1:30016';
137 } 137 }