学员、线上课编辑优化

This commit is contained in:
禺狨
2023-03-10 14:17:00 +08:00
parent 8fd8b597f5
commit f34c57dc30
7 changed files with 155 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ import {
ResourceCategoryCreatePage,
ResourceCategoryUpdatePage,
ResourceVideosPage,
SystemIndexPage
} from "../pages";
const routes: RouteObject[] = [
@@ -91,6 +92,10 @@ const routes: RouteObject[] = [
path: "/member/import",
element: <MemberImportPage />,
},
{
path: "/system/index",
element: <SystemIndexPage />,
},
{
path: "/system/administrator",
element: <SystemAdministratorPage />,