Compare commits
2 Commits
967105f3d0
...
0ab3b914c8
| Author | SHA1 | Date |
|---|---|---|
|
|
0ab3b914c8 | |
|
|
5fa4edf841 |
|
|
@ -27,6 +27,7 @@ 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.84",
|
||||
"version": "1.0.85",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
Loading…
Reference in New Issue