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