更新 server/app.js

This commit is contained in:
2025-10-22 17:31:30 +08:00
parent b87f5a0c33
commit 9de7aac70b

View File

@ -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
}));