资源课件上传组件

This commit is contained in:
unknown
2023-07-28 17:21:20 +08:00
parent 90d23dc8fa
commit b66d3f06b7
3 changed files with 24 additions and 4 deletions

View File

@@ -170,6 +170,10 @@ const routes: RouteObject[] = [
path: "/test",
element: <TestPage />,
},
{
path: "/error",
element: <ErrorPage />,
},
{
path: "*",
element: <ErrorPage />,