From 8b6eba58c666295de2f764dd7032afd36d7591fc Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 20 九月 2023 11:10:13 +0800
Subject: [PATCH] 1.设备清单页面及导入100%
---
src/router/index.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index ef93902..4afd609 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -166,6 +166,12 @@
code: '0109',
component: () => import('@/views/basicSettings/installLampList'),
meta: { code: '0109', title: '瀹夌伅璁剧疆', icon: '', keepAlive: true }
+ }, {
+ path: 'processSList',
+ name: 'processSListCancel',
+ code: '0112',
+ component: () => import('@/views/basicSettings/processSList'),
+ meta: { code: '0112', title: '宸ュ簭璁剧疆', icon: '', keepAlive: true }
}
]
--
Gitblit v1.9.3