From d12e110b3d95298172a4ca3d1123638b67b835c6 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期一, 11 十一月 2024 16:32:53 +0800
Subject: [PATCH] 新增部门管理

---
 customer_list/yw/static/config/route.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js
index 8670816..a781642 100644
--- a/customer_list/yw/static/config/route.js
+++ b/customer_list/yw/static/config/route.js
@@ -27,6 +27,14 @@
 		path: '/authCenter/userMgr',
 		component: '/project/yw/systemManage/userMgr/UserMgr.vue',
 	},
+	//閮ㄩ棬绠$悊
+	{
+		name: 'DepartmentMgr',
+		isKeepAlive: true,
+		isAffix: false,
+		path: '/authCenter/departmentMgr',
+		component: '/project/yw/systemManage/departmentMgr/DepartmentMgr.vue',
+	},
 	{
 		name: 'AccessLog',
 		isKeepAlive: true,

--
Gitblit v1.9.3