fix: 解决有多个导航烂的问题
This commit is contained in:
@@ -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,9 +473,8 @@ 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}>
|
||||||
<VStack spacing={6} align="stretch">
|
<VStack spacing={6} align="stretch">
|
||||||
|
|||||||
Reference in New Issue
Block a user