|
|
@@ -47,12 +47,12 @@ export const MainLayout = () => {
|
|
|
icon: <Users className="w-5 h-5" />,
|
|
|
onClick: () => handleClassroomClick(getGlobalConfig('PRIVATE_CHATROOM_ID'))
|
|
|
},
|
|
|
- {
|
|
|
- id: 'exam',
|
|
|
- label: '考试模式',
|
|
|
- icon: <FileText className="w-5 h-5" />,
|
|
|
- onClick: () => navigate('/mobile/exam')
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // id: 'exam',
|
|
|
+ // label: '考试模式',
|
|
|
+ // icon: <FileText className="w-5 h-5" />,
|
|
|
+ // onClick: () => navigate('/mobile/exam')
|
|
|
+ // },
|
|
|
{
|
|
|
id: 'training',
|
|
|
label: '训练模式',
|