Commit cf2e8b54 by gxfeng

fix: 配置地址

parent 438bcd3e
...@@ -42,7 +42,7 @@ var settings = { ...@@ -42,7 +42,7 @@ var settings = {
if (this.env == "dev") { if (this.env == "dev") {
return "http://192.168.1.128:4018/api/queueAction/producer/springBoard"; return "http://192.168.1.128:4018/api/queueAction/producer/springBoard";
} else { } else {
return "http://sytxpublic-msgq-service/api/queueAction/producer/springBoard"; return "http://sytxpublic-msgq-service.chaolai/api/queueAction/producer/springBoard";
} }
}, },
wdyUrl: function () { wdyUrl: 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