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