mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
feat: vue3 axios add download function
This commit is contained in:
@ -35,5 +35,5 @@ export const deleteConfigApi = (id: number) => {
|
||||
|
||||
// 导出参数
|
||||
export const exportConfigApi = (params) => {
|
||||
return request.get({ url: '/infra/config/export', params, responseType: 'blob' })
|
||||
return request.download({ url: '/infra/config/export', params })
|
||||
}
|
||||
|
Reference in New Issue
Block a user