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