...
|
...
|
@@ -122,6 +122,6 @@ if(process.env.NODE_ENV==="gray"){ |
|
|
//线上
|
|
|
if(process.env.NODE_ENV==="production"){
|
|
|
apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform";
|
|
|
apiCofig.EnvConst.bigdata="http://172.31.18.83:8091/bigdata";
|
|
|
apiCofig.EnvConst.bigdata="http://172.31.18.86:8091/bigdata";
|
|
|
}
|
|
|
module.exports = require('./libs/App')(apiCofig); |
|
|
\ No newline at end of file |
...
|
...
|
|