From 9de7aac70bebf879c1d2fae5e9d78d9d10927ce1 Mon Sep 17 00:00:00 2001 From: mairuiming Date: Wed, 22 Oct 2025 17:31:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20server/app.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index ed09f5e..82cf280 100644 --- a/server/app.js +++ b/server/app.js @@ -14,7 +14,7 @@ app.use(helmet()); // 跨域配置 app.use(cors({ - origin: process.env.FRONTEND_URL || 'http://localhost:5173', + origin: process.env.FRONTEND_URL || 'https://feishuexcel.kinlim.com', credentials: true }));