reactor:统一导出的 url 都是 export-excel

This commit is contained in:
YunaiV
2025-06-16 09:08:32 +08:00
parent 130a839180
commit f8d99c593d
7 changed files with 7 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ export const deleteSpu = (id: number) => {
// 导出商品 Spu Excel
export const exportSpu = async (params: any) => {
return await request.download({ url: '/product/spu/export', params })
return await request.download({ url: '/product/spu/export-excel', params })
}
// 获得商品 SPU 精简列表