fix: 🐛 修复下载用户模板报错
This commit is contained in:
@@ -99,7 +99,7 @@ const UserAPI = {
|
||||
return request({
|
||||
url: `${USER_BASE_URL}/template`,
|
||||
method: "get",
|
||||
responseType: "arraybuffer",
|
||||
responseType: "blob",
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user