File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
himarket-web/himarket-admin/src Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ import ApiProductDetail from "@/pages/ApiProductDetail";
1111import Login from "@/pages/Login" ;
1212import ModelDashboard from "@/pages/ModelDashboard" ;
1313import McpMonitor from "@/pages/McpMonitor" ;
14- import McpMonitorForLogCollector from "@/pages/McpMonitorForLogCollector.tsx" ;
15- import ModelDashboardForLogCollector from "@/pages/ModelDashboardForLogCollector.tsx" ;
1614
1715export const router = createBrowserRouter ( [
1816 {
@@ -75,14 +73,6 @@ export const router = createBrowserRouter([
7573 path : "observability/mcp-monitor" ,
7674 element : < McpMonitor /> ,
7775 } ,
78- {
79- path : "observability/model-dashboard-for-log-collector" ,
80- element : < ModelDashboardForLogCollector /> ,
81- } ,
82- {
83- path : "observability/mcp-monitor-for-log-collector" ,
84- element : < McpMonitorForLogCollector /> ,
85- } ,
8676 {
8777 path : "*" ,
8878 element : < Navigate to = "/portals" replace /> ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ export * from "./api-product";
44export * from "./gateway" ;
55export * from "./subscription" ;
66export * from "./consumer" ;
7- export * from "./logCollector" ;
87
98// 通用API响应类型
109export interface ApiResponse < T = unknown > {
You can’t perform that action at this time.
0 commit comments