From 12f54db612b6b3d220b4a553ee6a9ee9cbfff0d9 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Thu, 21 Nov 2024 02:47:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E7=94=A8=E6=88=B7=E6=A8=A1=E6=9D=BF=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/user.ts b/src/api/system/user.ts index c9fe47a6..998c94a4 100644 --- a/src/api/system/user.ts +++ b/src/api/system/user.ts @@ -99,7 +99,7 @@ const UserAPI = { return request({ url: `${USER_BASE_URL}/template`, method: "get", - responseType: "arraybuffer", + responseType: "blob", }); },