corretto abiltiazione fiducia concessa

This commit is contained in:
Surya Paolo
2023-12-12 00:56:48 +01:00
parent 1ce6d765ee
commit 49578b6773
13 changed files with 203 additions and 100 deletions

View File

@@ -45,7 +45,7 @@ function getDynamicPages(site: ISites): IListRoutes[] {
infooter: true,
},*/
{
active: true,
active: site.confpages && site.confpages.showProfile,
order: 120,
path: '/myprofile',
materialIcon: 'fas fa-user',
@@ -58,6 +58,17 @@ function getDynamicPages(site: ISites): IListRoutes[] {
{
active: true,
order: 120,
path: '/install_site',
materialIcon: 'fas fa-user',
name: 'pages.install_site',
component: () => import('@/views/admin/install_site/install_site.vue'),
meta: { requiresAuth: true },
inmenu: false,
infooter: false,
},
{
active: site.confpages && site.confpages.showProfile,
order: 120,
path: '/editprofile',
materialIcon: 'fas fa-user',
name: 'pages.profile3',
@@ -67,7 +78,7 @@ function getDynamicPages(site: ISites): IListRoutes[] {
infooter: false,
},
{
active: true,
active: site.confpages && site.confpages.showiscrittiMenu,
order: 130,
path: '/friends',
materialIcon: 'fas fa-user-friends',