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

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

diff --git a/src/router/index.js b/src/router/index.js
index 058233e..034c6ca 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'),
+            },
           ],
         },
         {

--
Gitblit v1.9.3