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 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 40a5b63..9a913c5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -105,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'),
+ },
],
},
{
@@ -114,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