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

@@ -419,6 +419,28 @@ function getRoutesAd(site: ISites) {
]
const menuAdmins = [
{
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: 140,
path: '/skills/:username',
materialIcon: 'fas fa-user',
name: 'otherpages.myactivities',
component: () => import('@/views/user/myactivities/myactivities.vue'),
meta: { requiresAuth: true },
inmenu: false,
infooter: false,
},
{
active: true,
order: 200,