From 5a13e1a544b14230b12b0d074011193e5dcde513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E8=AA=89=E7=A8=8B?= <2659568239@qq.com> Date: Fri, 5 Jan 2024 16:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 657fb4c..77561d4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -49,6 +49,7 @@ export default function IndexPage() { method: 'POST', headers: { 'Content-Type': 'application/json', + 'Origin': 'http://127.0.0.1:8088' }, body: JSON.stringify(data), })