Aggiunto la pagina dei Beni e Servizi della persona singola, separata dal profilo.

This commit is contained in:
Surya Paolo
2022-12-03 01:32:48 +01:00
parent 93abed1e8b
commit e11cf19149
24 changed files with 467 additions and 98 deletions

View File

@@ -178,17 +178,6 @@ function getDynamicPages(site: ISites): IListRoutes[] {
inmenu: true,
infooter: true,
},
{
active: true,
order: 135,
path: '/my/:username',
materialIcon: 'fas fa-user',
name: 'pages.profile2',
component: () => import('@/views/user/myprofile/myprofile.vue'),
meta: { requiresAuth: true },
inmenu: false,
infooter: false,
},
{
active: true,
order: 136,