From b1a0d701cf898c8b7812e66a808a1c91f2bae6cc Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 17 三月 2026 16:44:11 +0800
Subject: [PATCH] 2026.3.17

---
 src/router/index.js |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 4f042be..9a913c5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -75,9 +75,25 @@
               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/scene/SceneInfo.vue'),
+              component: () => import('@/views/inspection/scenenew/UserInfo.vue'),
+            },
+            {
+              //璐︽埛缂栬緫
+              name: 'scene-info-edit',
+              path: 'scene-info-edit/:userId',
+              component: () => import('@/views/inspection/scenenew/UserEdit.vue'),
             },
             {
               name: 'pro-check',
@@ -89,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'),
+            },
           ],
         },
         {
@@ -98,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