- fixed cookie too down to the screen
- fix verified: if Telegram OK is not necessary the email verification.
This commit is contained in:
@@ -374,11 +374,22 @@ const baseroutes: IListRoutes[] = [
|
||||
path: '/',
|
||||
materialIcon: 'home',
|
||||
name: 'pages.home',
|
||||
component: () => import('@src/root/home_pdnm/home_pdnm.vue'),
|
||||
component: () => import('@src/root/mainview/mainview.vue'),
|
||||
reqauth: false,
|
||||
inmenu: true,
|
||||
infooter: true,
|
||||
},
|
||||
{
|
||||
active: true,
|
||||
order: 10,
|
||||
path: '/work',
|
||||
materialIcon: 'fas fa-bullhorn',
|
||||
name: 'mypages.work',
|
||||
component: () => import('@/root/work/work.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
inmenu: true,
|
||||
infooter: true,
|
||||
},
|
||||
/*{
|
||||
active: true,
|
||||
order: 100,
|
||||
|
||||
Reference in New Issue
Block a user