mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-05-30 06:45:20 +08:00
Compare commits
2 Commits
infrastruc
...
fdb1e49ea8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdb1e49ea8 | ||
|
|
4a16296d6b |
@@ -267,7 +267,7 @@ module.controller('consumerController', ['$scope', 'ngDialog', '$http', 'Notific
|
||||
$http({
|
||||
method: "GET",
|
||||
url: "consumer/consumerConnection.query",
|
||||
params: {consumerGroup: consumerGroupName, address: address}
|
||||
params: {consumerGroup: consumerGroupName, address: localStorage.getItem('isV5') ? localStorage.getItem('proxyAddr') : address}
|
||||
}).success(function (resp) {
|
||||
if (resp.status == 0) {
|
||||
console.log(resp);
|
||||
|
||||
Reference in New Issue
Block a user