This commit is contained in:
2026-01-25 20:12:33 +08:00
parent 3c3868e2a7
commit fd7cb4485c
364 changed files with 66196 additions and 0 deletions

6
.env Normal file
View File

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