马宇豪
2023-09-06 e5b31f6979672ab876a82ae344d500bc9e0ad533
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 }
      // }
    ]
  },
  {