mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:09:49 +08:00
学员、线上课编辑优化
This commit is contained in:
@@ -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 />,
|
||||
|
||||
Reference in New Issue
Block a user