Skip to content

Commit 3a26d7a

Browse files
authored
基于ip过滤的metrics路径问题 (#635)
1 parent 89d9377 commit 3a26d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dubbo-admin-ui/src/components/metrics/ServiceMetrics.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
}
339339

340340
if (rewrite) {
341-
this.$router.push({path: '/metrics', query: {ip: this.filter}})
341+
this.$router.push({path: '/metrics/index', query: {ip: this.filter}})
342342
}
343343
let url = '/metrics/ipAddr/?ip=' + filter + '&group=dubbo'
344344
this.$axios.get(url)

0 commit comments

Comments
 (0)