跳转详情
This commit is contained in:
parent
ade205cc03
commit
356953ec5d
|
@ -391,17 +391,21 @@
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
console.log(
|
if (cardType.value === '数据资源') {
|
||||||
'111111111111111111===========>',
|
window.open('http://10.134.135.24:30090/#/home')
|
||||||
router,
|
} else {
|
||||||
props.selectCardsname
|
console.log(
|
||||||
)
|
'111111111111111111===========>',
|
||||||
router.push({
|
router,
|
||||||
path: '/details',
|
props.selectCardsname
|
||||||
query: {
|
)
|
||||||
id: item.id,
|
router.push({
|
||||||
},
|
path: '/details',
|
||||||
})
|
query: {
|
||||||
|
id: item.id,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 加入申购车
|
// 加入申购车
|
||||||
|
|
Loading…
Reference in New Issue