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

@@ -12,7 +12,7 @@ interface NavItem {
const navItems: NavItem[] = [
{ path: "/", label: "角色列表" },
{ path: "/gvg", label: "对战信息" },
// { path: "/gvg", label: "对战信息" },
// { path: "/home", label: "主页" },
// { path: "/characters", label: "角色列表" },
// { path: "/builds", label: "配装攻略" },