mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-23 18:59:44 +08:00
修改密码组件
This commit is contained in:
@@ -32,7 +32,6 @@ const Init = lazy(async () => {
|
||||
// 懒加载
|
||||
const LoginPage = lazy(() => import("../pages/login"));
|
||||
const IndexPage = lazy(() => import("../pages/index"));
|
||||
const ChangePasswordPage = lazy(() => import("../pages/change-password"));
|
||||
|
||||
const routes: RouteObject[] = [
|
||||
{
|
||||
@@ -47,10 +46,6 @@ const routes: RouteObject[] = [
|
||||
path: "/login",
|
||||
element: <LoginPage />,
|
||||
},
|
||||
{
|
||||
path: "/change-password",
|
||||
element: <ChangePasswordPage />,
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user