From 9717f240cd81d058b29d4d781e8af0d41bb77889 Mon Sep 17 00:00:00 2001 From: amypeng Date: Thu, 4 Jun 2026 14:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 积分证书 --- src/forge/Information/Component/UserAward.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/forge/Information/Component/UserAward.jsx b/src/forge/Information/Component/UserAward.jsx index 3cda1bd3f..505e4ffeb 100644 --- a/src/forge/Information/Component/UserAward.jsx +++ b/src/forge/Information/Component/UserAward.jsx @@ -129,7 +129,8 @@ function UserAward({ visible , onCancel , onSure , member , id, form }) { headers: { // Authorization: '6d72497d7f197eb9dc8a15db038881cd31afea7a', Authorization: cookie.load('autologin_trustie'), - } + }, + credentials: 'include', }); const uploadData = await uploadRes.json();