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

(cherry picked from commit 2ddb605076)
This commit is contained in:
puhui999
2023-05-31 15:37:26 +08:00
committed by shizhong
parent d35ac547ac
commit 144be6ef44
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)
}
/** 导出按钮操作 */