Showing
1 changed file
with
2 additions
and
2 deletions
@@ -130,14 +130,14 @@ if(process.env.NODE_ENV==="test"){ | @@ -130,14 +130,14 @@ if(process.env.NODE_ENV==="test"){ | ||
130 | 130 | ||
131 | /*灰度环境*/ | 131 | /*灰度环境*/ |
132 | if(process.env.NODE_ENV==="gray"){ | 132 | if(process.env.NODE_ENV==="gray"){ |
133 | - apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform"; | 133 | + apiCofig.EnvConst.domain="http://10.66.50.107:8088/platform"; |
134 | apiCofig.EnvConst.yohoSearch="http://search.yohoops.org/yohosearch"; | 134 | apiCofig.EnvConst.yohoSearch="http://search.yohoops.org/yohosearch"; |
135 | Iaccount.loginEx = "http://gateway.erp.yohoops.org/erp-gateway-web/account/profile/login"; | 135 | Iaccount.loginEx = "http://gateway.erp.yohoops.org/erp-gateway-web/account/profile/login"; |
136 | Iaccount.queryAllAuth = "http://gateway.erp.yohoops.org/erp-gateway-web/account/profileDataEntitlement/queryAllAuth"; | 136 | Iaccount.queryAllAuth = "http://gateway.erp.yohoops.org/erp-gateway-web/account/profileDataEntitlement/queryAllAuth"; |
137 | } | 137 | } |
138 | /*线上环境*/ | 138 | /*线上环境*/ |
139 | if(process.env.NODE_ENV==="production"){ | 139 | if(process.env.NODE_ENV==="production"){ |
140 | - apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; | 140 | + apiCofig.EnvConst.domain="http://10.66.50.140:8088/platform"; |
141 | apiCofig.EnvConst.yohoSearch="http://search.yohoops.org/yohosearch"; | 141 | apiCofig.EnvConst.yohoSearch="http://search.yohoops.org/yohosearch"; |
142 | Iaccount.loginEx = "http://gateway.erp.yohoops.org/erp-gateway-web/account/profile/login"; | 142 | Iaccount.loginEx = "http://gateway.erp.yohoops.org/erp-gateway-web/account/profile/login"; |
143 | Iaccount.queryAllAuth = "http://gateway.erp.yohoops.org/erp-gateway-web/account/profileDataEntitlement/queryAllAuth"; | 143 | Iaccount.queryAllAuth = "http://gateway.erp.yohoops.org/erp-gateway-web/account/profileDataEntitlement/queryAllAuth"; |
-
Please register or login to post a comment