Merge branch 'feature/gray-api' into 'master'
临时修改灰度的erp接口请求地址 临时修改灰度的erp接口请求地址 See merge request !113
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -222,7 +222,8 @@ if (global.env.Test) { | @@ -222,7 +222,8 @@ if (global.env.Test) { | ||
222 | } | 222 | } |
223 | 223 | ||
224 | if (global.env.Production) { | 224 | if (global.env.Production) { |
225 | - domains.erp = 'http://gateway.erp.yohoops.org'; | 225 | + // domains.erp = 'http://gateway.erp.yohoops.org'; |
226 | + domains.erp = 'http://erp-pre.yohops.com'; | ||
226 | domains.platform = 'http://api.platform.yohoops.org/platform'; | 227 | domains.platform = 'http://api.platform.yohoops.org/platform'; |
227 | domains.shop = 'http://10.66.50.140:30016'; | 228 | domains.shop = 'http://10.66.50.140:30016'; |
228 | } | 229 | } |
-
Please register or login to post a comment