From 0ab3b914c81f6bfc1c9afdc85cf59455d88f9acf Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 11 Nov 2025 17:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9useDownloadBlob=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/useDownloadBlob/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/useDownloadBlob/index.js b/hooks/useDownloadBlob/index.js index 4502c1e..137e1b4 100644 --- a/hooks/useDownloadBlob/index.js +++ b/hooks/useDownloadBlob/index.js @@ -27,6 +27,7 @@ export default function useDownloadBlob(returnType = "object") { mode: "cors", headers: { "Content-Type": "application/json", + "token": window.sessionStorage["token"], }, }) .then((response) => {