Commit 54012cdc authored by 黄媛媛's avatar 黄媛媛

人员管理

parent d5a17619
This diff is collapsed.
This diff is collapsed.
...@@ -3525,6 +3525,14 @@ export default { ...@@ -3525,6 +3525,14 @@ export default {
title: '轮播图管理' title: '轮播图管理'
} }
}, },
{
path: '/PersonnelManagement',
name: 'PersonnelManagement',
component: resolve => require(['@/components/activity/PersonnelManagement'], resolve),
meta: {
title: '人员管理'
}
},
{ {
path: '/BmenuManagement', path: '/BmenuManagement',
name: 'BmenuManagement', name: 'BmenuManagement',
...@@ -3653,7 +3661,8 @@ export default { ...@@ -3653,7 +3661,8 @@ export default {
meta: { meta: {
title: '票务规则配置' title: '票务规则配置'
} }
} },
] ]
}, },
{ {
...@@ -3697,6 +3706,7 @@ export default { ...@@ -3697,6 +3706,7 @@ export default {
title: '领队报账' title: '领队报账'
} }
}, },
{ {
path: '/supplierLogin', //供应商登录 path: '/supplierLogin', //供应商登录
name: 'supplierLogin', name: 'supplierLogin',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment