Commit b858fda3 by 宋毅

tj

parent e57509db
...@@ -29,18 +29,11 @@ var settings = { ...@@ -29,18 +29,11 @@ var settings = {
}, },
centerAppUrl: function () { centerAppUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.18.34:4010/"; return "http://centerapp.apps.com:4010/";
} else { } else {
return "https://centerapp/"; return "https://centerapp/";
} }
}, },
centerPaymentUrl: function () {
if (this.env == "dev") {
return "http://192.168.18.34:4005/";
} else {
return "http://center-payment";
}
},
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