Commit 9157e018 by 王勇飞

gyq

parent 50f6ccc5
......@@ -29,21 +29,21 @@ var settings = {
if (this.env == "dev") {
return "http://192.168.1.139:4011/api/receive/entService/springBoard";
} else {
return "http://brg-user-center-service";
return "http://brg-user-center-service/api/receive/entService/springBoard";
}
},
queueUrl: function () {
if (this.env == "dev") {
return "http://192.168.1.128:4018/api/queueAction/producer/springBoard";
} else {
return "http://sytxpublic-msgq-service";
return "http://sytxpublic-msgq-service/api/queueAction/producer/springBoard";
}
},
wdyUrl: function () {
if (this.env == "dev") {
return "http://192.168.1.113:4011/api/action/order/springBoard";
} else {
return "http://brg-user-center-service";
return "http://brg-user-center-service/api/action/order/springBoard";
}
},
pmappid: 1,
......
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