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 | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index b9690ec..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 }
}
]
@@ -546,6 +559,46 @@
code: '0706',
component: () => import('@/views/statistic/repairDetailList'),
meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+ },,
+ {
+ path: 'installationLampList',
+ name: 'installationLampListCancel',
+ code: '0707',
+ component: () => import('@/views/statistic/installationLampList'),
+ meta: { code: '0707', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
+ }
+
+ ]
+ },
+
+ {
+ 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 }
}
]
@@ -580,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