Commit e4c4d099 by gxfeng

fix: 配置地址

parent 0cad7a92
......@@ -36,7 +36,7 @@ var settings = {
if (this.env == "dev") {
return "http://192.168.1.128:4018";
} else {
return "http://sytxpublic-msgq-service";
return "http://sytxpublic-msgq-service.chaolai";
}
},
centerChannelUrl: function() { //---------center-channel
......@@ -50,7 +50,7 @@ var settings = {
if (this.env == "dev") {
return "http://gsbweb.qifu-dev.gongsibao.com";
} else {
return "https://fqgsbweb.gongsibao.com";
return "http://center-channel-service.chaolai";
}
},
queueUrl: function() {
......@@ -137,4 +137,4 @@ var settings = {
}
};
settings.ENVINPUT = ENVINPUT;
module.exports = settings;
\ No newline at end of file
module.exports = settings;
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