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",
|
mode: "cors",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"token": window.sessionStorage["token"],
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "zy-react-library",
|
"name": "zy-react-library",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.0.85",
|
"version": "1.0.84",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "LiuJiaNan",
|
"author": "LiuJiaNan",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue