fix: 恢复前端环境配置跟随仓库

This commit is contained in:
sunlei 2026-06-02 09:18:35 +08:00
parent 6408878bb2
commit 5b713ce0a1
3 changed files with 7 additions and 4 deletions

2
.env.development Normal file
View File

@ -0,0 +1,2 @@
VITE_APP_API_BASE = "/api"
VITE_APP_PROXY = "http://192.168.0.49:48085/"

2
.env.production Normal file
View File

@ -0,0 +1,2 @@
VITE_APP_API_BASE=/api
VITE_APP_PROXY=http://localhost:48085/

7
.gitignore vendored
View File

@ -3,10 +3,9 @@ node_modules
dist
TODOs.md
# env
.env
.env.*
!.env.example
# local env override files
.env.local
.env.*.local
# jetbrains files
.idea