优化工具箱详情页及API接口
This commit is contained in:
@ -188,7 +188,7 @@
|
||||
}
|
||||
|
||||
const handleClick = (item: ProjectDrawPageRespVO) => {
|
||||
navigateTo(`/toolbox-detail`)
|
||||
navigateTo(`/toolbox-detail/${item.id}`)
|
||||
}
|
||||
|
||||
const { data: recommendList } = await useAsyncData(`draw-recommend-list-getRelationRecommend`, async () => {
|
||||
|
||||
Reference in New Issue
Block a user