- User Profile

- DashBoard start
This commit is contained in:
Paolo Arena
2019-12-29 23:30:26 +01:00
parent 6452953115
commit b70f0df084
6 changed files with 46 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ const msg_website = {
SignUp2: 'Registrazione',
SignIn: 'Login',
vreg: 'Verifica Reg',
dashboard:'Lavagna',
Test: 'Test',
Category: 'Categorie',
Admin: 'Admin',
@@ -56,6 +57,7 @@ const msg_website = {
SignUp2: 'Registro',
SignIn: 'Login',
vreg: 'Verifica Reg',
dashboard:'Tablero',
Test: 'Test',
Category: 'Categorie',
Admin: 'Admin',
@@ -95,6 +97,7 @@ const msg_website = {
SignUp2: 'Registration',
SignIn: 'Login',
vreg: 'Check Registration',
dashboard:'Dashboard',
Test: 'Test',
Category: 'Categorie',
Admin: 'Admin',

View File

@@ -196,6 +196,16 @@ const routes: IListRoutes[] = [
inmenu: true,
infooter: true
},
{
active: true,
path: '/dashboard',
materialIcon: 'chalkboard',
name: 'pages.dashboard',
component: () => import('@/views/user/dashboard/dashboard.vue'),
reqauth: false,
inmenu: true,
infooter: true
},
{
active: true,
path: '/admin/newsletter/:idparam',
@@ -256,7 +266,7 @@ const routes: IListRoutes[] = [
path: '/signup',
materialIcon: 'how_to_reg',
name: 'pages.SignUp',
component: () => import('@/views/login/signup/signup.vue'),
component: () => import('@/views/login/signup_complete/signup_complete.vue'),
inmenu: false,
infooter: false,
separator: false
@@ -266,7 +276,7 @@ const routes: IListRoutes[] = [
path: '/signup/:invited',
materialIcon: 'how_to_reg',
name: 'pages.SignUp2',
component: () => import('@/views/login/signup/signup.vue'),
component: () => import('@/views/login/signup_complete/signup_complete.vue'),
inmenu: false,
infooter: false,
separator: false