Showing
2 changed files
with
12 additions
and
12 deletions
@@ -98,13 +98,13 @@ if(process.env.NODE_ENV==="test"){ | @@ -98,13 +98,13 @@ if(process.env.NODE_ENV==="test"){ | ||
98 | apiCofig.EnvConst.bigdata="http://10.66.100.7:8091/bigdata"; | 98 | apiCofig.EnvConst.bigdata="http://10.66.100.7:8091/bigdata"; |
99 | } | 99 | } |
100 | // 灰度 | 100 | // 灰度 |
101 | -// if(process.env.NODE_ENV==="production"){ | ||
102 | -// apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform"; | ||
103 | -// apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; | ||
104 | -// } | ||
105 | -//线上 | ||
106 | if(process.env.NODE_ENV==="production"){ | 101 | if(process.env.NODE_ENV==="production"){ |
107 | - apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; | 102 | + apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform"; |
108 | apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; | 103 | apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; |
109 | } | 104 | } |
105 | +//线上 | ||
106 | +// if(process.env.NODE_ENV==="production"){ | ||
107 | +// apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; | ||
108 | +// apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; | ||
109 | +// } | ||
110 | module.exports = require('./libs/App')(apiCofig); | 110 | module.exports = require('./libs/App')(apiCofig); |
@@ -98,13 +98,13 @@ if(process.env.NODE_ENV==="test"){ | @@ -98,13 +98,13 @@ if(process.env.NODE_ENV==="test"){ | ||
98 | apiCofig.EnvConst.bigdata="http://10.66.100.7:8091/bigdata"; | 98 | apiCofig.EnvConst.bigdata="http://10.66.100.7:8091/bigdata"; |
99 | } | 99 | } |
100 | // 灰度 | 100 | // 灰度 |
101 | -// if(process.env.NODE_ENV==="production"){ | ||
102 | -// apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform"; | ||
103 | -// apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; | ||
104 | -// } | ||
105 | -//线上 | ||
106 | if(process.env.NODE_ENV==="production"){ | 101 | if(process.env.NODE_ENV==="production"){ |
107 | - apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; | 102 | + apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform"; |
108 | apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; | 103 | apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; |
109 | } | 104 | } |
105 | +//线上 | ||
106 | +// if(process.env.NODE_ENV==="production"){ | ||
107 | +// apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; | ||
108 | +// apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; | ||
109 | +// } | ||
110 | module.exports = require('./libs/App')(apiCofig); | 110 | module.exports = require('./libs/App')(apiCofig); |
-
Please register or login to post a comment