zhouwenxuan
2023-12-13 8d7a85383e9d008f94e19b932f777a458f26bc71
src/router/index.js
@@ -73,21 +73,21 @@
    component: () => import('@/views/safetyReview/baseSet/area/index.vue'),
    hidden: true
  },
  // {
  //   path: '',
  //   component: Layout,
  //   redirect: '/index',
  //   children: [
  //     {
  //       path: '/index',
  //       component: () => import('@/views/index'),
  //       name: 'Index',
  //       meta: { title: '首页',icon: 'form', affix: true }
  //     }
  //   ]
  // },
  {
    path: '',
    component: Layout,
    redirect: '/index',
    children: [
      {
        path: '/index',
        component: () => import('@/views/index'),
        name: 'Index',
        meta: { title: '首页',icon: 'form', affix: true }
      }
    ]
  },
  {
    path: '/institution',
    component: Layout,
    redirect: '/institution',
    children: [