学员列表初步

This commit is contained in:
禺狨
2023-03-03 16:55:50 +08:00
parent e057a355bf
commit 6cbe507cb3
6 changed files with 205 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import {
ErrorPage,
VodListPage,
TestPage,
MemberPage,
} from "../pages";
const routes: RouteObject[] = [
@@ -21,6 +22,10 @@ const routes: RouteObject[] = [
path: "/vod",
element: <VodListPage />,
},
{
path: "/member",
element: <MemberPage />,
},
],
},
{