fix: 解决有多个导航烂的问题
This commit is contained in:
@@ -61,8 +61,8 @@ import CardHeader from '../../../components/Card/CardHeader';
|
||||
// 导入图表组件
|
||||
import ReactECharts from 'echarts-for-react';
|
||||
|
||||
// 导入导航栏组件
|
||||
import HomeNavbar from '../../../components/Navbars/HomeNavbar';
|
||||
// Navigation bar now provided by MainLayout
|
||||
// import HomeNavbar from '../../../components/Navbars/HomeNavbar';
|
||||
|
||||
import { logger } from '../../../utils/logger';
|
||||
import { getApiBase } from '../../../utils/apiConfig';
|
||||
@@ -473,8 +473,7 @@ const LimitAnalyse = () => {
|
||||
|
||||
return (
|
||||
<Box>
|
||||
{/* 添加导航栏 */}
|
||||
<HomeNavbar />
|
||||
{/* Navigation bar provided by MainLayout */}
|
||||
|
||||
{/* 添加容器和边距 */}
|
||||
<Container maxW="container.xl" px={6} py={8}>
|
||||
|
||||
Reference in New Issue
Block a user