fix: 🐛 修复下载用户模板报错

This commit is contained in:
ray
2024-11-21 02:47:03 +08:00
parent 2b9292a054
commit 12f54db612

View File

@@ -99,7 +99,7 @@ const UserAPI = {
return request({
url: `${USER_BASE_URL}/template`,
method: "get",
responseType: "arraybuffer",
responseType: "blob",
});
},