+
+
+
-
78.6TB
-
存储使用率
-
使用率 65.5%
+
78.6TB
+
存储使用率
+
使用率 65.5%
-
+
diff --git a/src/router/index.tsx b/src/router/index.tsx
index 5e26d3a..b0633fa 100644
--- a/src/router/index.tsx
+++ b/src/router/index.tsx
@@ -2,6 +2,7 @@ import React, { lazy, Suspense } from 'react';
import { createBrowserRouter } from 'react-router-dom';
import type { RouteObject } from 'react-router-dom';
import VideoMonitorPage from '../pages/VideoMonitorPage';
+import AIDiagnosisPage from '../pages/AIAnalysis';
const Layout = lazy(() => import('../components/Layout'));
const ProtectedRoute = lazy(() => import('../components/ProtectedRoute'));
@@ -82,7 +83,9 @@ const routes: RouteObject[] = [
{ path: 'video', element:
},
{ path: 'monitor', element:
},
{ path: 'alerts', element:
},
- { path: 'AIanalysis', element:
AI诊断分析
},
+ {
+ path: 'AIanalysis', element:
+ },
{ path: 'clean', element:
清洗优化
},
{ path: 'task', element:
工单任务
},
{ path: 'table', element:
报表中心
},