bugfix: 面包屑导航

This commit is contained in:
2026-04-29 15:41:20 +08:00
parent d6a07e7fc7
commit 64844105b5
4 changed files with 77 additions and 24 deletions

View File

@@ -50,7 +50,8 @@ const next = ()=>{
path:'/home/seller/myListings/edit',
state: {
designItemIds,
type:'create'
type:'create',
collectionId: route.params.collectionId
}
})
}