Commit a7d2d848 by 宋毅

修改配置

parent 0f163417
...@@ -36,9 +36,9 @@ var settings = { ...@@ -36,9 +36,9 @@ 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