Browse Source

去掉没用的 测试文件

yourname 6 months ago
parent
commit
e24690be6c
1 changed files with 0 additions and 12 deletions
  1. 0 12
      client/mobile/mobile_app.tsx

+ 0 - 12
client/mobile/mobile_app.tsx

@@ -22,8 +22,6 @@ import { StockMain } from './components/stock/stock_main.tsx';
 import { GlobalConfig } from "../share/types.ts";
 import { ExclamationTriangleIcon, HomeIcon, BellIcon, UserIcon, AcademicCapIcon } from '@heroicons/react/24/outline';
 import { NotificationsPage } from './pages_messages.tsx';
-import { LivePage } from './pages_live.tsx';
-import { RTCPage } from './pages_rtc.tsx';
 import { ClassroomPage } from './pages_classroom.tsx';
 import ExamIndex from './components/Exam/ExamIndex.tsx';
 import ExamAdmin from './components/Exam/ExamAdmin.tsx';
@@ -319,16 +317,6 @@ const App = () => {
       element: <ProtectedRoute><ExamAdmin /></ProtectedRoute>,
       errorElement: <ErrorPage />
     },
-    {
-      path: '/mobile/live',
-      element: <LivePage />,
-      errorElement: <ErrorPage />
-    },
-    {
-      path: '/mobile/rtc',
-      element: <RTCPage />,
-      errorElement: <ErrorPage />
-    },
     {
       path: '/mobile/login',
       element: <LoginPage />,