Commit 8cc9007e by 王栋源

wdy

parent 064e6281
...@@ -35,6 +35,13 @@ var settings = { ...@@ -35,6 +35,13 @@ var settings = {
return "http://center-order-service.chaolai/"; return "http://center-order-service.chaolai/";
} }
}, },
centerChannelUrl: function () {
if (this.env == "dev") {
return "http://192.168.0.106:4012/";
} else {
return "http://center-channel-service.chaolai/";
}
},
reqTransferurl: function () { reqTransferurl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.18.61:3003/"; return "http://192.168.18.61:3003/";
......
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