fix: 解决有多个导航烂的问题

This commit is contained in:
zdl
2025-10-21 14:04:38 +08:00
parent 31eb322ecc
commit d32cd616de

View File

@@ -61,8 +61,8 @@ import CardHeader from '../../../components/Card/CardHeader';
// 导入图表组件 // 导入图表组件
import ReactECharts from 'echarts-for-react'; import ReactECharts from 'echarts-for-react';
// 导入导航栏组件 // Navigation bar now provided by MainLayout
import HomeNavbar from '../../../components/Navbars/HomeNavbar'; // import HomeNavbar from '../../../components/Navbars/HomeNavbar';
import { logger } from '../../../utils/logger'; import { logger } from '../../../utils/logger';
import { getApiBase } from '../../../utils/apiConfig'; import { getApiBase } from '../../../utils/apiConfig';
@@ -473,8 +473,7 @@ const LimitAnalyse = () => {
return ( return (
<Box> <Box>
{/* 添加导航栏 */} {/* Navigation bar provided by MainLayout */}
<HomeNavbar />
{/* 添加容器和边距 */} {/* 添加容器和边距 */}
<Container maxW="container.xl" px={6} py={8}> <Container maxW="container.xl" px={6} py={8}>