mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:09:49 +08:00
资源视频列表
This commit is contained in:
@@ -24,6 +24,7 @@ import {
|
||||
ResourceCategoryPage,
|
||||
ResourceCategoryCreatePage,
|
||||
ResourceCategoryUpdatePage,
|
||||
ResourceVideosPage
|
||||
} from "../pages";
|
||||
|
||||
const routes: RouteObject[] = [
|
||||
@@ -55,6 +56,10 @@ const routes: RouteObject[] = [
|
||||
path: "/images",
|
||||
element: <ResourceImagesPage />,
|
||||
},
|
||||
{
|
||||
path: "/videos",
|
||||
element: <ResourceVideosPage />,
|
||||
},
|
||||
{
|
||||
path: "/vod",
|
||||
element: <VodListPage />,
|
||||
|
||||
Reference in New Issue
Block a user