Commit fede8481 by 宋毅

tj

parent 6b051073
...@@ -22,7 +22,7 @@ var settings = { ...@@ -22,7 +22,7 @@ var settings = {
port: process.env.NODE_PORT || 4003, port: process.env.NODE_PORT || 4003,
paasUrl: function () { paasUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "https://open.gongsibao.com/"; return "http://p.apps.com:4001/";
} else { } else {
return "https://open.gongsibao.com/"; return "https://open.gongsibao.com/";
} }
......
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