diff --git a/.env.development b/.env.development index 6d8862f..0cb3782 100644 --- a/.env.development +++ b/.env.development @@ -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 \ No newline at end of file diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 5369e8a..f4f1653 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -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: "配装攻略" },