fix: 完善 SPU 相关路由 review

(cherry picked from commit d31ade7a5f)
This commit is contained in:
puhui999
2023-06-07 18:31:28 +08:00
committed by shizhong
parent 9d8e0d507b
commit 6976c26c37
2 changed files with 6 additions and 22 deletions

View File

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