Commit b13ca178 by Sxy

fix: 日志地址

parent f7ae4d1a
...@@ -30,7 +30,7 @@ var settings = { ...@@ -30,7 +30,7 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://43.247.184.94:7200/api/queueAction/producer/springBoard"; return "http://43.247.184.94:7200/api/queueAction/producer/springBoard";
} else { } else {
return "http://logs-sytxpublic-msgq-service/api/queueAction/producer/springBoard"; return "http://logs-sytxpublic-msgq-service.chaolai/api/queueAction/producer/springBoard";
} }
}, },
requrl: function () { requrl: 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