图片资源列表初步

This commit is contained in:
禺狨
2023-03-08 16:37:50 +08:00
parent b12fb1d7a9
commit 23907ab4ee
4 changed files with 243 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ import {
DepartmentPage,
DepartmentCreatePage,
DepartmentUpdatePage,
ChangePasswordPage
ChangePasswordPage,
ResourceImagesPage,
} from "../pages";
const routes: RouteObject[] = [
@@ -35,6 +36,10 @@ const routes: RouteObject[] = [
path: "/change-password",
element: <ChangePasswordPage />,
},
{
path: "/images",
element: <ResourceImagesPage />,
},
{
path: "/vod",
element: <VodListPage />,