Commit 8aecb426 by 王悦

fix

parent 88adcd00
......@@ -38,12 +38,12 @@ var settings = {
if (this.env == "dev") {
return "http://192.168.18.101:4018";
} else {
return "http://sytxpublic-msgq-service";
return "http://sytxpublic-msgq-service.chaolai";
}
},
channelApiUrl: function () {
if (this.env == "dev") {
return "http://alitm.qifu.gongsibao.com";
return "http://alitm.qifu-dev.gongsibao.com";
} else {
return "http://zcapi-service.chaolai";
}
......@@ -51,7 +51,7 @@ var settings = {
centerChannelUrl: function () {//---------center-channel
if (this.env == "dev") {
// return "http://gsbweb.qifu-dev.gongsibao.com";//localsettings.reqEsDevUrl;
return "http://gsbweb.qifu.gongsibao.com";
return "http://gsbweb.qifu-dev.gongsibao.com";
} else {
return "http://center-channel-service.chaolai";
}
......
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