fix: 完善 SPU 选择快递模版的功能

This commit is contained in:
puhui999
2023-05-31 15:37:26 +08:00
parent 39c92cb944
commit 2ddb605076
4 changed files with 28 additions and 8 deletions

View File

@@ -408,7 +408,7 @@ const openForm = (id?: number) => {
* 查看商品详情
*/
const openDetail = (id?: number) => {
push('/product/productSpuDetail' + id)
push('/product/productSpuDetail/' + id)
}
/** 导出按钮操作 */