Kontactbutton, and cleanup
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -122,6 +122,7 @@ export const asyncRoutes = [
|
||||
{
|
||||
path: '/', // find
|
||||
component: Layout,
|
||||
redirect: '/index',
|
||||
alwaysShow: false,
|
||||
children: [
|
||||
{
|
||||
@ -139,10 +140,9 @@ export const asyncRoutes = [
|
||||
{
|
||||
path: '/dashboard',
|
||||
component: Layout,
|
||||
redirect: '/dashboard',
|
||||
children: [
|
||||
{
|
||||
path: 'dashboard',
|
||||
path: 'index',
|
||||
component: () => import('@/views/dashboard/index'),
|
||||
name: 'Dashboard',
|
||||
meta: { title: 'Dashboard', icon: 'dashboard', affix: true }
|
||||
|
Reference in New Issue
Block a user