修改端口号8787为6688

This commit is contained in:
2026-03-03 17:28:49 +08:00
parent 7e3cee4150
commit ce0af98157
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:8787
VITE_API_PROXY_URL = http://127.0.0.1:6688
# Delete console
VITE_DROP_CONSOLE = false