From 3f386968d4b5cbb002ad93483f86a5443159e18a Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期六, 08 二月 2025 09:54:32 +0800
Subject: [PATCH] 1.递交

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

diff --git a/src/router/index.js b/src/router/index.js
index 1e58a22..79b99ff 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -178,6 +178,19 @@
         code: '0113',
         component: () => import('@/views/basicSettings/cronTime'),
         meta: { code: '0113', title: '瀹氭椂浠诲姟', icon: '', keepAlive: true }
+      }, {
+        path: 'processRoute',
+        name: 'processRouteCancel',
+        code: '0114',
+        component: () => import('@/views/basicSettings/processRoute'),
+        meta: { code: '0114', title: '宸ヨ壓璺嚎', icon: '', keepAlive: true }
+      },
+      {
+        path: 'meterPrice',
+        name: 'meterPriceCancel',
+        code: '0115',
+        component: () => import('@/views/basicSettings/meterPrice'),
+        meta: { code: '0115', title: '宸ヤ环璁剧疆', icon: '', keepAlive: true }
       }
 
     ]
@@ -559,6 +572,39 @@
   },
 
   {
+    path: '/sopManager',
+    component: Layout,
+    redirect: '/sopManager/sopDevice',
+    name: 'SOP绠$悊',
+    code: '10',
+    meta: { code: '10', title: 'SOP绠$悊', icon: 'sop' },
+    alwaysShow: true, // 褰揷hildren鍙湁涓�涓椂锛屼篃鏄剧ず鐖惰彍鍗�
+    children: [
+      {
+        path: 'sopDevice',
+        name: 'sopDeviceCancel',
+        code: '1001',
+        component: () => import('@/views/sopManager/sopDevice'),
+        meta: { code: '1001', title: '璁惧SOP', icon: '', keepAlive: true }
+      },
+      {
+        path: 'sopRoute',
+        name: 'sopRouteCancel',
+        code: '1002',
+        component: () => import('@/views/sopManager/sopRoute'),
+        meta: { code: '1002', title: '宸ヨ壓SOP', icon: '', keepAlive: true }
+      }, {
+        path: 'sopWorkOrder',
+        name: 'sopWorkOrderCancel',
+        code: '1003',
+        component: () => import('@/views/sopManager/sopWorkOrder'),
+        meta: { code: '1003', title: '鍗曟嵁SOP', icon: '', keepAlive: true }
+      }
+
+    ]
+  },
+
+  {
     path: '/systemSetting',
     component: Layout,
     redirect: '/systemSetting/encodingRules',
@@ -587,6 +633,13 @@
         code: '0803',
         component: () => import('@/views/systemSetting/dataImport'),
         meta: { code: '0803', title: '鏁版嵁瀵煎叆', icon: '', keepAlive: true }
+      },
+      {
+        path: 'processSetting',
+        name: 'processSettingCancel',
+        code: '0804',
+        component: () => import('@/views/systemSetting/processSetting'),
+        meta: { code: '0804', title: '娴佽浆璁剧疆', icon: '', keepAlive: true }
       }
     ]
   }

--
Gitblit v1.9.3