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

@@ -49,5 +49,5 @@ export const deleteConfigList = (ids: number[]) => {
// 导出参数
export const exportConfig = (params) => {
return request.download({ url: '/infra/config/export', params })
return request.download({ url: '/infra/config/export-excel', params })
}