refactor(env): 更新 API 地址并注释掉导航栏中的对战信息选项

- 将 VITE_API_BASE_URL 从 http://localhost:48080/app-api 修改为 http://localhost:8283/app-api
- 在 Navbar 组件中注释掉对战信息的导航项
This commit is contained in:
hu xiaotong
2025-06-26 08:22:39 +08:00
parent b37e6488a9
commit 069235a065
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# API 基础路径
VITE_API_BASE_URL=http://localhost:48080/app-api
VITE_API_BASE_URL=http://localhost:8283/app-api
# 开发环境配置
NODE_ENV=development