mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:09:49 +08:00
视频课程列表
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { RouteObject } from "react-router-dom";
|
||||
import { Login, HomePage, Dashboard, ErrorPage } from "../pages";
|
||||
import { Login, HomePage, Dashboard, ErrorPage, VodListPage } from "../pages";
|
||||
|
||||
const routes: RouteObject[] = [
|
||||
{
|
||||
@@ -11,6 +11,10 @@ const routes: RouteObject[] = [
|
||||
path: "/",
|
||||
element: <Dashboard />,
|
||||
},
|
||||
{
|
||||
path: "/vod",
|
||||
element: <VodListPage />,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user