@@ -63,7 +63,7 @@ export const constantRoutes = [{
redirect: '/index',
children: [{
path: '/index',
- component: () => import('@/views/index'),
+ // component: () => import('@/views/index'),
name: 'Index',
meta: {
title: '首页',