|
|
@@ -254,12 +254,7 @@ const App = () => {
|
|
|
errorElement: <ErrorPage />
|
|
|
},
|
|
|
{
|
|
|
- path: '/mobile/classroom',
|
|
|
- element: <ClassroomPage />,
|
|
|
- errorElement: <ErrorPage />
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/mobile/classroom/:id/:role?',
|
|
|
+ path: '/mobile/classroom/:id?/:role?',
|
|
|
element: <ClassroomPage />,
|
|
|
errorElement: <ErrorPage />
|
|
|
},
|