mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:09:49 +08:00
修改密码
This commit is contained in:
@@ -19,6 +19,7 @@ import {
|
||||
DepartmentPage,
|
||||
DepartmentCreatePage,
|
||||
DepartmentUpdatePage,
|
||||
ChangePasswordPage
|
||||
} from "../pages";
|
||||
|
||||
const routes: RouteObject[] = [
|
||||
@@ -30,6 +31,10 @@ const routes: RouteObject[] = [
|
||||
path: "/",
|
||||
element: <Dashboard />,
|
||||
},
|
||||
{
|
||||
path: "/change-password",
|
||||
element: <ChangePasswordPage />,
|
||||
},
|
||||
{
|
||||
path: "/vod",
|
||||
element: <VodListPage />,
|
||||
|
||||
Reference in New Issue
Block a user