Commit f2d2f93e by 王栋源

wdy

parent 6ddd4fd1
...@@ -57,9 +57,9 @@ var settings = { ...@@ -57,9 +57,9 @@ var settings = {
}, },
gatewayUrl: function () { gatewayUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.0.106:4005"; return "http://192.168.0.106:4005/";
} else { } else {
return "http://center-app-service"; return "http://zc-channel-gateway/";
} }
}, },
centerOrderUrl: function () { centerOrderUrl: 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