From 8e8d00477b1f30183d0d09cd7ec744067595dc46 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 18 三月 2026 17:29:15 +0800
Subject: [PATCH] 2026.3.18

---
 src/router/index.js |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 058233e..9a913c5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -75,6 +75,16 @@
               component: () => import('@/views/inspection/task/TaskManage.vue'),
             },
             {
+              name: 'monitorObjEdit',
+              path: 'monitorObjEdit',
+              component: () => import('@/views/inspection/task/MonitorObjEdit.vue'),
+            },
+            {
+              name: 'monitorPlanEdit',
+              path: 'monitorPlanEdit',
+              component: () => import('@/views/inspection/task/MonitorPlanEdit.vue'),
+            },
+            {
               name: 'scene-info',
               path: 'scene-info',
               component: () => import('@/views/inspection/scenenew/UserInfo.vue'),
@@ -95,6 +105,11 @@
               path: 'report-manage',
               component: () => import('@/views/inspection/report/ReportManage.vue'),
             },
+            {
+              name: 'monitor-control',
+              path: 'monitor-control',
+              component: () => import('@/views/inspection/MonitorControl.vue'),
+            },
           ],
         },
         {
@@ -104,7 +119,7 @@
             {
               name: 'auto-evalution',
               path: 'auto-evalution',
-              component: () => import('@/views/analysis/evalution/EvalutationRecord.vue'),
+              component: () => import('@/views/analysis/evalution/EvalutationTask.vue'),
             },
             {
               name: 'huanxincode-manage',

--
Gitblit v1.9.3