Commit b147b883 by 庄冰

settings

parent 4f6bc45a
...@@ -29,11 +29,18 @@ var settings = { ...@@ -29,11 +29,18 @@ var settings = {
}, },
centerAppUrl: function () { centerAppUrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://centerapp.apps.com:4010/"; return "http://192.168.18.32:4010/";
} else { } else {
return "https://centerapp/"; return "https://centerapp/";
} }
}, },
centerChannelUrl: function () {
if (this.env == "dev") {
return "http://gsb.qifu.gongsibao.com:4011/";
} else {
return "https://centerchannel/";
}
},
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