Commit 5a630754 by 王悦

fix

parent a4c66532
...@@ -36,9 +36,9 @@ var settings = { ...@@ -36,9 +36,9 @@ var settings = {
}, },
requrl: function () { requrl: function () {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.18.101:4018/api/queueAction/producer/springBoard"; return "http://192.168.18.101:4018";
} else { } else {
return "http://sytxpublic-msgq-service/api/queueAction/producer/springBoard"; return "http://sytxpublic-msgq-service.chaolai";
} }
}, },
channelApiUrl: function () { channelApiUrl: 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