login page fix

This commit is contained in:
maojindao55
2025-08-24 21:31:22 +08:00
parent f122090349
commit 1e246658fa

View File

@@ -6,7 +6,7 @@ import AuthGuard from './components/AuthGuard';
export const router = createBrowserRouter([
{
path: '/login',
path: '/login2',
element: <Login />,
},
{