统一端口设置,可以设置自义定端口

This commit is contained in:
2025-08-24 20:38:28 +08:00
parent a35e82731d
commit 275a3672d2
12 changed files with 284 additions and 291 deletions
+2
View File
@@ -120,6 +120,8 @@ pnpm lint
VITE_API_BASE_URL=http://localhost:3000
```
> **注意**: 在生产环境中,前端会自动使用当前域名和端口,无需手动设置此环境变量。
### 构建部署
```bash