CN-1425 fix: 修复dashboard下钻后切换顶部最后一级面包屑时会回到下钻前页面的问题

This commit is contained in:
chenjinsong
2023-10-30 16:28:33 +08:00
parent dd4f5e1fba
commit bd1f755612

View File

@@ -791,10 +791,10 @@ export default {
}) })
return return
} }
/* if (route === this.route) { if (route === this.route) {
this.refresh() this.refresh()
return return
} */ }
if (route) { if (route) {
this.$router.push({ this.$router.push({
path: route, path: route,