diff --git a/src/main/resources/static/src/consumer.js b/src/main/resources/static/src/consumer.js index d192334..29dc0a8 100644 --- a/src/main/resources/static/src/consumer.js +++ b/src/main/resources/static/src/consumer.js @@ -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);