Al load, compare la barra di sinistra aperta ! (non deve farlo su cell)

Quando ti sei loggato la prima volta, devo chiudere la barra a destra, cosi si vedrà la HOME principale.
This commit is contained in:
paoloar77
2022-02-22 15:57:48 +01:00
parent f717702d67
commit 7b3a5a2ba8
12 changed files with 66 additions and 58 deletions

View File

@@ -380,21 +380,21 @@ const baseroutes: IListRoutes[] = [
infooter: true,
},
{
active: true,
active: false,
order: 100,
path: '/bacheca',
materialIcon: 'fas fa-bullhorn',
name: 'mypages.bacheca',
component: () => import('@/root/bacheca/bacheca.vue'),
meta: { requiresAuth: true },
inmenu: true,
infooter: true,
inmenu: false,
infooter: false,
},
{
active: true,
order: 12,
path: '/goods',
materialIcon: 'fas fa-briefcase',
materialIcon: 'fas fa-tshirt',
name: 'mypages.goods',
component: () => import('@/root/goods/goods.vue'),
meta: { requiresAuth: true },
@@ -405,7 +405,7 @@ const baseroutes: IListRoutes[] = [
active: true,
order: 15,
path: '/services',
materialIcon: 'fas fa-briefcase',
materialIcon: 'fas fa-house-user',
name: 'mypages.services',
component: () => import('@/root/services/services.vue'),
meta: { requiresAuth: true },
@@ -518,6 +518,16 @@ const baseroutes: IListRoutes[] = [
materialIcon: 'fas fa-test',
name: 'mypages.test',
component: () => import('@/views/testServer/testServer.vue'),
inmenu: true,
infooter: false,
},
{
active: true,
order: 400,
path: '/testlocal',
materialIcon: 'fas fa-test',
name: 'mypages.TestLocal',
component: () => import('@/views/test/test.vue'),
meta: { requiresAuth: true },
inmenu: false,
infooter: false,