算法分析页面接入

This commit is contained in:
mmc
2026-05-21 12:55:07 +08:00
parent 0aad6659dd
commit bdaa0c352a
4 changed files with 783 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import CleanOptimizationPage from '../pages/CleanOptimization';
import WorkOrderPage from '../pages/WorkOrder';
import ReportCenterPage from '../pages/ReportCenter';
import RealTimeMonitorPage from '../pages/RealTimeMonitor';
import Agri from '../pages/Agri';
const Layout = lazy(() => import('../components/Layout'));
const ProtectedRoute = lazy(() => import('../components/ProtectedRoute'));
@@ -88,6 +89,7 @@ const routes: RouteObject[] = [
{ path: 'video', element: <Video /> },
{ path: 'RealtimeMonitor', element: <RealTimeMonitorPage /> },
{ path: 'monitor', element: <VideoMonitorPage /> },
{ path: 'agri', element: <Agri /> },
{ path: 'alerts', element: <Alerts /> },
{ path: 'AIanalysis', element: <AIDiagnosisPage /> },
{ path: 'clean', element: <CleanOptimizationPage /> },