Commit e3dd0753 by 蒋勇

d

parent 5370489d
......@@ -28,11 +28,9 @@ var settings = {
reqEsAddr:function(){
if(this.env=="dev"){
var localsettings=require("./localsettings");
return "http://
er.es.gongsibao.com:7200/";//localsettings.reqEsDevUrl;
return "http://er.es.gongsibao.com:7200/";//localsettings.reqEsDevUrl;
}else {
return "http://
er.es.gongsibao.com:7200/";
return "http://er.es.gongsibao.com:7200/";
}
},
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