Update detail page routing and swiper implementation
This commit is contained in:
@ -134,7 +134,7 @@
|
||||
// handleuserTop()
|
||||
|
||||
const handleClick = (item: ProjectDrawPageRespVO) => {
|
||||
window.open(`/down-drawe-detail?id=${item.id}`, '_blank') // 修改为在新窗口打开
|
||||
navigateTo(`/down-drawe-detail/${item.id}`) // 修改为在新窗口打开
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
/** 点击卡片 */
|
||||
const handleCardClick = (item: ProjectDrawPageRespVO) => {
|
||||
// 跳转到下载详情页 并且是单独开标签
|
||||
navigateTo(`/down-drawe-detail?id=${item.id}`) // 修改为在新窗口打开
|
||||
navigateTo(`/down-drawe-detail/${item.id}`) // 修改为在新窗口打开
|
||||
}
|
||||
|
||||
const handleClickType = (primary?: ProjectDictNodeVO, secondary?: ProjectDictNodeVO) => {
|
||||
|
||||
Reference in New Issue
Block a user