修改密码

This commit is contained in:
禺狨
2023-03-08 13:41:53 +08:00
parent d66c19bb4c
commit 16bc8b027f
5 changed files with 85 additions and 3 deletions

View File

@@ -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 />,