Commit 3c44d3bf by 宋毅

tj

parent 0b94d7f1
......@@ -23,14 +23,14 @@ var settings = {
if (this.env == "dev") {
return "http://zcchannel.apps.com:3003";
} else {
return "http://192.168.18.95:3001";
return "http://zc-channel-service";
}
},
paasUrl: function () {
if (this.env == "dev") {
return "http://p.apps.com:3001/";
} else {
return "http://www.telecredit.cn/";
return "http://open.gongsibao.com/";
}
},
teleDomain: function () {
......@@ -264,7 +264,7 @@ var settings = {
var localsettings = require("./localsettings");
return localsettings.reqAuthUrl;
} else {
return "http://boss.gongsibao.com/admin";
return "http://zcchannelweb.gongsibao.com/admin";
}
},
reqMgAddr: 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