fix: 完善 SPU 相关路由 review

This commit is contained in:
puhui999
2023-06-07 18:31:28 +08:00
parent 20f3f72670
commit d31ade7a5f
2 changed files with 4 additions and 4 deletions

View File

@ -400,7 +400,7 @@ const openForm = (id?: number) => {
return
}
// 新增
push('/product/spu/add')
push({ name: 'ProductSpuAdd' })
}
/**