From 798ff0bede63be7b7645d92acec5b449a0376c73 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 20 一月 2026 11:10:00 +0800
Subject: [PATCH] 1.递交

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

diff --git a/src/router/index.js b/src/router/index.js
index cc1eeed..04e38c6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -36,6 +36,10 @@
   * 鐪嬫澘閮ㄥ垎璺敱
   * */
   {
+    path: '/gantt',
+    component: () => import('@/views/gantt/index'),
+    hidden: true
+  }, {
     path: '/zhkb',
     component: () => import('@/views/kanbanManager/zhkb'),
     hidden: true
@@ -46,6 +50,11 @@
   }, {
     path: '/ckgl',
     component: () => import('@/views/kanbanManager/ckgl'),
+    hidden: true
+  },
+  {
+    path: '/sop',
+    component: () => import('@/views/sopManager/sop'),
     hidden: true
   },
 
@@ -519,9 +528,9 @@
       {
         path: 'reportList',
         name: 'ReportList',
-        code: '1040',
+        code: '0700',
         component: () => import('@/views/statistic/reportList'),
-        meta: { code: '1040', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
+        meta: { code: '0700', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
       },
       {
         path: 'monthReport',
@@ -529,7 +538,8 @@
         code: '1041',
         component: () => import('@/views/statistic/monthReport'),
         meta: { code: '1041', title: '鏈堝害缁熻', icon: '', keepAlive: true }
-      }, {
+      },
+      {
         path: 'workOrderProcess',
         name: 'WorkOrderProcess',
         code: '0701',
@@ -573,7 +583,7 @@
         code: '0706',
         component: () => import('@/views/statistic/repairDetailList'),
         meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
-      },,
+      },
       {
         path: 'installationLampList',
         name: 'InstallationLampList',

--
Gitblit v1.9.3