From c01a5a4fd06e49c27f499fe0adedbd36a26cc63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=BA=A2=E4=B8=BD?= <1181930680@qq.com> Date: Mon, 2 Sep 2024 14:21:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, });