Commit 12fb783e by 任晓松

update settings

parent 4ef42ef0
...@@ -37,9 +37,9 @@ var settings = { ...@@ -37,9 +37,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/";
} }
}, },
reqZcApi: function () { reqZcApi: function () {
......
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