diff --git a/src/app/(root)/gatewayMonitor/page.tsx b/src/app/(root)/gatewayMonitor/page.tsx index a53159b..5c5779f 100644 --- a/src/app/(root)/gatewayMonitor/page.tsx +++ b/src/app/(root)/gatewayMonitor/page.tsx @@ -218,7 +218,6 @@ function GatewayConfigContent() { setGatewayPairs(gatewayPairsList) setCurrentTotal(matrix.length) setTotalCount(Object.values(macConfigMap).reduce((sum, configs) => sum + configs.length, 0)) - console.log('矩阵构建完成:', { 表头列数: gatewayPairsList.length, 矩阵行数: matrix.length }) } catch (error) { toast.error('构建矩阵数据失败') @@ -383,12 +382,8 @@ function GatewayConfigContent() { )} /> - - + + diff --git a/src/app/(root)/layout.tsx b/src/app/(root)/layout.tsx index 825c138..a461e0e 100644 --- a/src/app/(root)/layout.tsx +++ b/src/app/(root)/layout.tsx @@ -6,6 +6,13 @@ import { logout } from '@/actions/auth' import { LogOutIcon } from 'lucide-react' import Link from 'next/link' import { cn } from '@/lib/utils' +import { DoorClosedIcon } from 'lucide-react' +import { DoorClosedLockedIcon } from 'lucide-react' +import { DoorOpenIcon } from 'lucide-react' +import { MapPinnedIcon } from 'lucide-react' +import { ContainerIcon } from 'lucide-react' +import { GitForkIcon } from 'lucide-react' +import { SettingsIcon } from 'lucide-react' export default function DashboardLayout({ children, @@ -64,13 +71,13 @@ export default function DashboardLayout({