feat: permissions
This commit is contained in:
@@ -13,12 +13,24 @@ const router: RouteRecordRaw[] = [
|
||||
meta: { title: '角色管理', icon: 'home' },
|
||||
component: () => import('./roles/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'permissions',
|
||||
name: 'permissions',
|
||||
meta: { title: '菜单管理', icon: 'home' },
|
||||
component: () => import('./permissions/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'jobs',
|
||||
name: 'jobs',
|
||||
meta: { title: '岗位管理', icon: 'home' },
|
||||
component: () => import('./jobs/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'departments',
|
||||
name: 'departments',
|
||||
meta: { title: '部门管理', icon: 'home' },
|
||||
component: () => import('./departments/index.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user