From 68edca7409736705db50504b003cba66bb4ccd6e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 08 八月 2023 11:08:50 +0800
Subject: [PATCH] 1.新增用户组管理
---
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 60e4598..ed32132 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -777,6 +777,12 @@
code: '1014',
component: () => import('@/views/basicSettings/installationLampSetting'),
meta: { code: '1014', title: '瀹夌伅璁剧疆', icon: '', keepAlive: true }
+ }, {
+ path: 'groupSetting',
+ name: 'groupSettingCancel',
+ code: '1015',
+ component: () => import('@/views/basicSettings/groupSetting'),
+ meta: { code: '1015', title: '鐝粍璁剧疆', icon: '', keepAlive: true }
}
]
},
--
Gitblit v1.9.3