This commit is contained in:
陈红丽 2024-09-02 14:21:10 +08:00
parent ff931597fd
commit c01a5a4fd0

View File

@ -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,
});