From 64d3eae2852d17c3bbade662d3f7a7c47d681ad6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 19 三月 2026 14:17:04 +0800
Subject: [PATCH] 2026.3.19

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

diff --git a/src/router/index.js b/src/router/index.js
index 034c6ca..9cd0139 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -110,6 +110,16 @@
               path: 'monitor-control',
               component: () => import('@/views/inspection/MonitorControl.vue'),
             },
+            {
+              name: 'punishment-manage',
+              path: 'punishment-manage',
+              component: () => import('@/views/inspection/PunishmentManage.vue'),
+            },
+            {
+              name: 'complaint-manage',
+              path: 'complaint-manage',
+              component: () => import('@/views/inspection/ComplaintManage.vue'),
+            },
           ],
         },
         {
@@ -119,7 +129,7 @@
             {
               name: 'auto-evalution',
               path: 'auto-evalution',
-              component: () => import('@/views/analysis/evalution/EvalutationRecord.vue'),
+              component: () => import('@/views/analysis/evalution/EvalutationTask.vue'),
             },
             {
               name: 'huanxincode-manage',
@@ -129,7 +139,7 @@
             {
               name: 'data-product',
               path: 'data-product',
-              component: () => import('@/views/analysis/DataProduct.vue'),
+              component: () => import('@/views/analysis/data-product/DataProduct.vue'),
             },
           ],
         },

--
Gitblit v1.9.3