跳转详情

This commit is contained in:
a0049873 2022-06-14 19:16:29 +08:00
parent ade205cc03
commit 356953ec5d
1 changed files with 15 additions and 11 deletions

View File

@ -391,17 +391,21 @@
},
})
} else {
console.log(
'111111111111111111===========>',
router,
props.selectCardsname
)
router.push({
path: '/details',
query: {
id: item.id,
},
})
if (cardType.value === '数据资源') {
window.open('http://10.134.135.24:30090/#/home')
} else {
console.log(
'111111111111111111===========>',
router,
props.selectCardsname
)
router.push({
path: '/details',
query: {
id: item.id,
},
})
}
}
}
//