fix: 修复Link monitor模块下钻后的导航点击问题
This commit is contained in:
@@ -614,6 +614,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
jump (route, columnName, columnValue, opeType) {
|
jump (route, columnName, columnValue, opeType) {
|
||||||
|
if (route === '/panel/linkMonitor' && opeType === 3) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
this.showMenu = false
|
this.showMenu = false
|
||||||
const menus = this.breadcrumb
|
const menus = this.breadcrumb
|
||||||
if (opeType) {
|
if (opeType) {
|
||||||
|
|||||||
Reference in New Issue
Block a user