diff --git a/src/api/system/user.ts b/src/api/system/user.ts index 85fa333..a382f5c 100644 --- a/src/api/system/user.ts +++ b/src/api/system/user.ts @@ -169,7 +169,8 @@ export function userImport(data) { export function userExport() { return http.request({ url: '/user/export', - method: 'GET' + method: 'GET', + responseType: 'blob' },{ isTransformResponse: false, });