Showing
1 changed file
with
1 additions
and
1 deletions
@@ -122,6 +122,6 @@ if(process.env.NODE_ENV==="gray"){ | @@ -122,6 +122,6 @@ if(process.env.NODE_ENV==="gray"){ | ||
122 | //线上 | 122 | //线上 |
123 | if(process.env.NODE_ENV==="production"){ | 123 | if(process.env.NODE_ENV==="production"){ |
124 | apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; | 124 | apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; |
125 | - apiCofig.EnvConst.bigdata="http://172.31.18.83:8091/bigdata"; | 125 | + apiCofig.EnvConst.bigdata="http://172.31.18.86:8091/bigdata"; |
126 | } | 126 | } |
127 | module.exports = require('./libs/App')(apiCofig); | 127 | module.exports = require('./libs/App')(apiCofig); |
-
Please register or login to post a comment