- User Profile
- DashBoard start
This commit is contained in:
@@ -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