Refine admin workflows and team access
This commit is contained in:
@@ -33,6 +33,12 @@ export const adminRoutes: RouteRecordRaw[] = [
|
||||
component: () => import('../views/admin/AdminCategoriesView.vue'),
|
||||
meta: { keepAlive: true },
|
||||
},
|
||||
{
|
||||
path: 'categories_v2',
|
||||
name: 'admin-categories-v2',
|
||||
component: () => import('../views/admin/AdminCategoriesViewV2.vue'),
|
||||
meta: { keepAlive: true },
|
||||
},
|
||||
{
|
||||
path: 'candidates',
|
||||
name: 'admin-candidates',
|
||||
|
||||
Reference in New Issue
Block a user