From ed7ae5dca40e3c432b3fe1e1a5cd4b09d92680ea Mon Sep 17 00:00:00 2001 From: minecraft1024a Date: Wed, 13 Aug 2025 16:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=98=AF=E4=B8=80=E4=B8=AA=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/server.py b/src/common/server.py index 87760b89e..24311e54d 100644 --- a/src/common/server.py +++ b/src/common/server.py @@ -20,6 +20,7 @@ class Server: origins = [ "http://localhost:3000", # 允许的前端源 "http://127.0.0.1:3000", + "http://127.0.0.1:3000", # 在生产环境中,您应该添加实际的前端域名 ]