From f4354c5a98c6a3bdb4f355b107e2421848f1426b Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 13 十一月 2024 17:31:52 +0800 Subject: [PATCH] Merge branches 'test' and 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test --- 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