const toGoodsDetail = (id: number) => { const path = safeResolve('/goodsDetail') router.push({ path, query: { id, }, }) } 跳转过去就是白板
const toGoodsDetail = (id: number) => {
const path = safeResolve('/goodsDetail')
router.push({
path,
query: {
id,
},
})
}
跳转过去就是白板