...
|
...
|
@@ -222,13 +222,7 @@ if (global.env.Test) { |
|
|
}
|
|
|
|
|
|
if (global.env.Production) {
|
|
|
domains.erp = 'http://erp-pre.yohops.com';
|
|
|
domains.platform = 'http://api.platform.yohoops.org/platform';
|
|
|
domains.shop = 'http://10.66.50.140:30016';
|
|
|
}
|
|
|
// 新配置灰度aip地址 lzhy 2020-09-24
|
|
|
if (global.env.Gray) {
|
|
|
domains.erp = 'http://erp-pre.yohops.com';
|
|
|
domains.erp = 'http://gateway.erp.yohoops.org';
|
|
|
domains.platform = 'http://api.platform.yohoops.org/platform';
|
|
|
domains.shop = 'http://10.66.50.140:30016';
|
|
|
}
|
...
|
...
|
|