Commit d80991ea by 宋毅

tj

parent ed742056
......@@ -31,14 +31,14 @@ var settings = {
if (this.env == "dev") {
return "http://centerapp.apps.com:4010/";
} else {
return "https://center-app-service/";
return "http://center-app-service/";
}
},
centerChannelUrl: function () {
if (this.env == "dev") {
return "http://gsb.qifu.gongsibao.com:4011/";
} else {
return "https://center-channel-service/";
return "http://center-channel-service/";
}
},
reqTransferurl: 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