Compare commits

...

2 Commits

Author SHA1 Message Date
LiuJiaNan 0ab3b914c8 修改useDownloadBlob实现错误 2025-11-11 17:17:48 +08:00
LiuJiaNan 5fa4edf841 1.0.85 2025-11-11 17:08:49 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ export default function useDownloadBlob(returnType = "object") {
mode: "cors", mode: "cors",
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",
"token": window.sessionStorage["token"],
}, },
}) })
.then((response) => { .then((response) => {

View File

@ -1,7 +1,7 @@
{ {
"name": "zy-react-library", "name": "zy-react-library",
"private": false, "private": false,
"version": "1.0.84", "version": "1.0.85",
"type": "module", "type": "module",
"description": "", "description": "",
"author": "LiuJiaNan", "author": "LiuJiaNan",