This commit is contained in:
@ -122,11 +122,10 @@ export const asyncRoutes = [
|
||||
{
|
||||
path: '/', // find
|
||||
component: Layout,
|
||||
redirect: '/index',
|
||||
alwaysShow: false,
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
path: '',
|
||||
component: () => import('@/views/find/index'),
|
||||
name: 'Personen finden',
|
||||
meta: {
|
||||
@ -139,6 +138,7 @@ export const asyncRoutes = [
|
||||
},
|
||||
{
|
||||
path: '/dashboard',
|
||||
redirect: '/index',
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user