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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user