Commit f2b77d4d by 宋毅

tj

parent bb76a07e
...@@ -69,7 +69,7 @@ var settings = { ...@@ -69,7 +69,7 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://centerapp.apps.com:4010/"; return "http://centerapp.apps.com:4010/";
} else { } else {
return "http://center-app-service/"; return "http://center-app-service.chaolai/";
} }
}, },
centerChannelUrl: function () { centerChannelUrl: function () {
...@@ -91,7 +91,7 @@ var settings = { ...@@ -91,7 +91,7 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://centerorder.apps.com:4011/"; return "http://centerorder.apps.com:4011/";
} else { } else {
return "http://center-order-service/"; return "http://center-order-service.chaolai/";
} }
}, },
igirlWeburl: function(){ igirlWeburl: 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