v3分支环境配置

This commit is contained in:
2026-03-25 09:42:27 +08:00
parent 68092759d3
commit bd402aa97d
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ VITE_BASE_URL = /
VITE_API_URL = /api
# 代理目标地址(开发环境通过 Vite 代理转发请求到此地址,解决跨域问题)
VITE_API_PROXY_URL = http://127.0.0.1:6688
VITE_API_PROXY_URL = http://127.0.0.1:8989
# Delete console
VITE_DROP_CONSOLE = false