fix: 修复Link monitor模块下钻后的导航点击问题

This commit is contained in:
刘洪洪
2022-12-22 17:20:42 +08:00
parent e5bbef7034
commit 2232409db2

View File

@@ -614,6 +614,9 @@ export default {
}
},
jump (route, columnName, columnValue, opeType) {
if (route === '/panel/linkMonitor' && opeType === 3) {
return true
}
this.showMenu = false
const menus = this.breadcrumb
if (opeType) {