Kontactbutton, and cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-03 23:40:01 +01:00
parent 051d407f0f
commit 48648abda8
7 changed files with 181 additions and 54 deletions

View File

@ -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 }