Showing
1 changed file
with
4 additions
and
4 deletions
@@ -104,10 +104,10 @@ if(process.env.NODE_ENV==="test"){ | @@ -104,10 +104,10 @@ if(process.env.NODE_ENV==="test"){ | ||
104 | apiCofig.EnvConst.bigdata="http://10.66.100.7:8091/bigdata"; | 104 | apiCofig.EnvConst.bigdata="http://10.66.100.7:8091/bigdata"; |
105 | } | 105 | } |
106 | // 灰度 | 106 | // 灰度 |
107 | -// if(process.env.NODE_ENV==="production"){ | ||
108 | -// apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform"; | ||
109 | -// apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; | ||
110 | -// } | 107 | +if(process.env.NODE_ENV==="gray"){ |
108 | + apiCofig.EnvConst.domain="http://172.31.23.161:8088/platform"; | ||
109 | + apiCofig.EnvConst.bigdata="http://172.31.23.161:8091/bigdata"; | ||
110 | +} | ||
111 | //线上 | 111 | //线上 |
112 | if(process.env.NODE_ENV==="production"){ | 112 | if(process.env.NODE_ENV==="production"){ |
113 | apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; | 113 | apiCofig.EnvConst.domain="http://172.31.20.7:8088/platform"; |
-
Please register or login to post a comment