src/router/index.js
@@ -69,14 +69,15 @@ { path: '', component: Layout, redirect: 'index', redirect: '/main', hidden: true, children: [ { path: 'index', component: () => import('@/views/index'), name: 'Index', meta: { title: '首页', icon: 'dashboard', affix: true } } // { // path: 'main', // component: () => import('@/views/main/index'), // name: 'Index', // meta: { title: '专家信息', icon: 'dashboard', affix: true } // } ] }, {