From dc6468b01c923e643c6331faa04b8132d4159bb5 Mon Sep 17 00:00:00 2001 From: exinglang Date: Thu, 30 Jul 2026 16:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B9=8B=E5=89=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=85=8D=E7=BD=AE=E7=9A=84=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/admin/main.py b/app/admin/main.py index 18ff70c..862e1a4 100644 --- a/app/admin/main.py +++ b/app/admin/main.py @@ -71,8 +71,8 @@ admin_app = FastAPI( # admin 前端独立部署。生产同域(nginx)无需 CORS;本地 next dev 跨域需放行开发源。 _dev_origins = [ - "http://localhost:3002", - "http://127.0.0.1:3002", + "http://localhost:3001", + "http://127.0.0.1:3001", "http://localhost:3000", "http://127.0.0.1:3000", ] -- 2.52.0