跳转详情
This commit is contained in:
parent
ade205cc03
commit
356953ec5d
|
@ -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,
|
||||
},
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
// 加入申购车
|
||||
|
|
Loading…
Reference in New Issue