CN-1217 fix: 修复详情页跳转到dashboard下钻页时,没有实体详情跳转按钮

This commit is contained in:
刘洪洪
2023-08-08 15:25:35 +08:00
parent 7f47ea2e72
commit 154ffcc6d0

View File

@@ -251,7 +251,8 @@ export default {
const showEntityDetail = ref(false)
if (fourthPanel) {
const tab = query.networkOverviewBeforeTab
// networkOverviewBeforeTab是dashboard点击下钻标识dimensionType是详情页到下钻页标识
const tab = query.networkOverviewBeforeTab || query.dimensionType
const value = query.fourthMenu
const ipList = ['ip', 'clientIp', 'serverIp', 'dnsServer', 'a', 'aaaa']
const appList = ['appLabel']