Home Page With Element ! (Modular)
Arcadei Project... Inscription
This commit is contained in:
@@ -270,6 +270,21 @@ const routes_manager: IListRoutes[] = [
|
||||
onlyManager: true,
|
||||
onlyFacilitatore: true
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 10,
|
||||
path: '/admin/iscrittiarcadei',
|
||||
materialIcon: 'fas fa-users',
|
||||
name: 'otherpages.admin.iscrittiarcadei',
|
||||
component: () => import('@/rootgen/admin/iscrittiarcadei/iscrittiarcadei.vue'),
|
||||
inmenu: true,
|
||||
submenu: true,
|
||||
level_parent: 0,
|
||||
level_child: 0.5,
|
||||
onlyManager: true,
|
||||
onlyFacilitatore: true
|
||||
},
|
||||
|
||||
/*
|
||||
{
|
||||
active: true,
|
||||
@@ -345,6 +360,20 @@ const routes_manager: IListRoutes[] = [
|
||||
onlyManager: true,
|
||||
onlyEditor: true
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 32,
|
||||
path: '/admin/home',
|
||||
materialIcon: 'fas fa-file-alt',
|
||||
name: 'otherpages.admin.Home',
|
||||
component: () => import('@/rootgen/admin/home/home.vue'),
|
||||
inmenu: true,
|
||||
submenu: true,
|
||||
level_parent: 0,
|
||||
level_child: 0.5,
|
||||
onlyManager: true,
|
||||
onlyEditor: true
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 30,
|
||||
@@ -546,7 +575,7 @@ const baseroutes: IListRoutes[] = [
|
||||
meta: { requiresAuth: true, newpage: true },
|
||||
inmenu: false,
|
||||
infooter: false,
|
||||
},{
|
||||
}, {
|
||||
active: true,
|
||||
order: 137,
|
||||
path: '/circuit/:path',
|
||||
|
||||
Reference in New Issue
Block a user