This commit is contained in:
zhutianqi
2021-06-25 17:56:21 +08:00
parent a2acbe7ae6
commit b13af16c0b
5 changed files with 358 additions and 1034 deletions
+11
View File
@@ -950,6 +950,17 @@ const routes = [
menuId: '7MWCQK6NNH'
}
},
{
path: '/postManage',
name: 'postManage',
component: () =>
import('@/pages/config/pages/postManage/index'),
meta: {
requireAuth: true,
title: '岗位管理',
menuId: '7MWCQK6NNH'
}
},
{
path: '/roleManage',
name: 'RoleManage',