Merge branch 'cherry-pick-bd1f7556' into 'dev-23.10'

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

See merge request cyber-narrator/cn-ui!53
This commit is contained in:
陈劲松
2023-10-30 08:38:35 +00:00

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,