reactor:统一导出的 url 都是 export-excel
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user