Compare commits

..

No commits in common. "0ab3b914c81f6bfc1c9afdc85cf59455d88f9acf" and "967105f3d03087cb77dcbafd67e525a8bda44a83" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

View File

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