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 | 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