Compare commits
No commits in common. "0ab3b914c81f6bfc1c9afdc85cf59455d88f9acf" and "967105f3d03087cb77dcbafd67e525a8bda44a83" have entirely different histories.
0ab3b914c8
...
967105f3d0
|
|
@ -27,7 +27,6 @@ export default function useDownloadBlob(returnType = "object") {
|
|||
mode: "cors",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"token": window.sessionStorage["token"],
|
||||
},
|
||||
})
|
||||
.then((response) => {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.0.85",
|
||||
"version": "1.0.84",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
Loading…
Reference in New Issue