|
|
@@ -31,6 +31,7 @@ import ExamCard from './components/Exam/ExamCard.tsx';
|
|
|
import ProfilePage from './pages_profile.tsx'
|
|
|
import SettingsPage from './pages_settings.tsx'
|
|
|
import { XunlianPage } from "./pages_xunlian.tsx";
|
|
|
+import StockHomePage from "./pages_stock_home.tsx";
|
|
|
|
|
|
|
|
|
// 设置中文语言
|
|
|
@@ -236,7 +237,7 @@ const MobileLayout = () => {
|
|
|
<BellIcon className="w-6 h-6 mb-1" />
|
|
|
<span className="text-xs">通知</span>
|
|
|
</Link>
|
|
|
- <Link
|
|
|
+ {/* <Link
|
|
|
to="/mobile/classroom"
|
|
|
className={`flex flex-col items-center py-2 px-4 ${
|
|
|
location.pathname.startsWith('/mobile/classroom') ? 'text-blue-600' : 'text-gray-500'
|
|
|
@@ -253,7 +254,7 @@ const MobileLayout = () => {
|
|
|
>
|
|
|
<AcademicCapIcon className="w-6 h-6 mb-1" />
|
|
|
<span className="text-xs">答题</span>
|
|
|
- </Link>
|
|
|
+ </Link> */}
|
|
|
<Link
|
|
|
to="/mobile/profile"
|
|
|
className={`flex flex-col items-center py-2 px-4 ${
|
|
|
@@ -349,7 +350,7 @@ const App = () => {
|
|
|
children: [
|
|
|
{
|
|
|
index: true,
|
|
|
- element: <HomePage />
|
|
|
+ element: <StockHomePage />
|
|
|
},
|
|
|
{
|
|
|
path: 'profile',
|