Commit 5370489d by 蒋勇

d

parent 721a265b
...@@ -28,9 +28,11 @@ var settings = { ...@@ -28,9 +28,11 @@ var settings = {
reqEsAddr:function(){ reqEsAddr:function(){
if(this.env=="dev"){ if(this.env=="dev"){
var localsettings=require("./localsettings"); var localsettings=require("./localsettings");
return "http://43.247.184.94:7200/";//localsettings.reqEsDevUrl; return "http://
er.es.gongsibao.com:7200/";//localsettings.reqEsDevUrl;
}else { }else {
return "http://43.247.184.94:7200/"; return "http://
er.es.gongsibao.com:7200/";
} }
}, },
apiconfig:{ apiconfig:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment