- User Profile
- DashBoard start
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user