chore: 更新环境变量配置

This commit is contained in:
2026-01-26 15:01:42 +08:00
parent 6de89918d7
commit 605171b87b

6
.env
View File

@@ -1,6 +1,6 @@
# API 配置
# 生产环境使用相对路径,通过 nginx 代理
# VITE_API_BASE_URL=/api/v1
VITE_API_BASE_URL=/api/v1
# 本地开发
VITE_API_BASE_URL=http://127.0.0.1:2612/api/v1
# 本地开发 (注释掉)
# VITE_API_BASE_URL=http://127.0.0.1:2612/api/v1