Authored by lzhy

还原接口信息

@@ -222,13 +222,7 @@ if (global.env.Test) { @@ -222,13 +222,7 @@ if (global.env.Test) {
222 } 222 }
223 223
224 if (global.env.Production) { 224 if (global.env.Production) {
225 - domains.erp = 'http://erp-pre.yohops.com';  
226 - domains.platform = 'http://api.platform.yohoops.org/platform';  
227 - domains.shop = 'http://10.66.50.140:30016';  
228 -}  
229 -// 新配置灰度aip地址 lzhy 2020-09-24  
230 -if (global.env.Gray) {  
231 - domains.erp = 'http://erp-pre.yohops.com'; 225 + domains.erp = 'http://gateway.erp.yohoops.org';
232 domains.platform = 'http://api.platform.yohoops.org/platform'; 226 domains.platform = 'http://api.platform.yohoops.org/platform';
233 domains.shop = 'http://10.66.50.140:30016'; 227 domains.shop = 'http://10.66.50.140:30016';
234 } 228 }