- asggiunto bottone "installa app" sulla email di conferma registrazione e anche la Guida "/guida".

- migliorato InvitaAmico
This commit is contained in:
Surya Paolo
2025-11-19 11:39:36 +01:00
parent 05a3617103
commit 57436f088b
25 changed files with 270 additions and 113 deletions

View File

@@ -156,6 +156,17 @@ function getDynamicPages(site: ISites): IListRoutes[] {
inmenu: false,
infooter: false,
},
{
active: true,
order: 120,
path: '/installaapp',
materialIcon: 'fas fa-user',
name: 'pages.installaApp',
component: () => import('@src/views/admin/installaApp/installaApp.vue'),
meta: { },
inmenu: false,
infooter: false,
},
{
active: true,
order: 120,