mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 22:19:58 +08:00
资源课件上传组件
This commit is contained in:
@@ -170,6 +170,10 @@ const routes: RouteObject[] = [
|
||||
path: "/test",
|
||||
element: <TestPage />,
|
||||
},
|
||||
{
|
||||
path: "/error",
|
||||
element: <ErrorPage />,
|
||||
},
|
||||
{
|
||||
path: "*",
|
||||
element: <ErrorPage />,
|
||||
|
||||
Reference in New Issue
Block a user