We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522c6d8 commit bb2a86cCopy full SHA for bb2a86c
src/config.ts
@@ -19,7 +19,7 @@ export const config = {
19
// 本地开发服务器URL
20
localDev: process.env.BACKEND_LOCAL_URL || 'http://localhost:3000',
21
// 生产环境服务器URL
22
- production: process.env.BACKEND_PRODUCTION_URL || 'https://api.tobenot.top',
+ production: process.env.BACKEND_PRODUCTION_URL || 'https://bwb.tobenot.top',
23
},
24
25
// 邮件配置
@@ -50,6 +50,8 @@ export const config = {
50
'http://localhost:5173', // 兼容其他可能的本地端口
51
'http://127.0.0.1:5173',
52
'http://127.0.0.1:5174',
53
+ 'https://tobenot.top', // 前端域名
54
+ 'https://bwb.tobenot.top', // 后端域名
55
];
56
57
// 从环境变量添加额外的CORS域名
0 commit comments