算法分析页面接入
This commit is contained in:
@@ -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 /> },
|
||||
|
||||
Reference in New Issue
Block a user