Commit e56525ce by 宋毅

tj

parent ee182a7b
...@@ -23,14 +23,14 @@ var settings = { ...@@ -23,14 +23,14 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://zcchannel.apps.com:4003"; return "http://zcchannel.apps.com:4003";
} else { } else {
return "http://zc-channel-service"; return "https://zc-channel-service";
} }
}, },
paasUrl: function () { paasUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://p.apps.com:4001/"; return "http://p.apps.com:4001/";
} else { } else {
return "http://open.gongsibao.com/"; return "https://open.gongsibao.com/";
} }
}, },
teleDomain: function () { teleDomain: 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