mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
переработка админ панели6
This commit is contained in:
@@ -36,12 +36,6 @@ const router = createRouter({
|
||||
component: () => import('@/views/admin/EmployeesView.vue'),
|
||||
meta: { requiresAdmin: true }
|
||||
},
|
||||
{
|
||||
path: '/admin/employees/add',
|
||||
name: 'admin-employees-add',
|
||||
component: () => import('@/views/admin/AddEmployeeView.vue'),
|
||||
meta: { requiresAdmin: true }
|
||||
},
|
||||
{
|
||||
path: '/admin/requests',
|
||||
name: 'admin-requests',
|
||||
|
Reference in New Issue
Block a user