zhouwx
2024-06-05 46a7341e67236d958f1ba8ee44d109dc3015209d
src/router/index.js
@@ -91,6 +91,19 @@
  //   ]
  // },
  {
    path: '/noMenu',
    component: Layout,
    redirect: '/noMenu',
    children: [
      {
        path: '/noMenu',
        component: () => import('@/views/error/noMenu.vue'),
        name: 'noMenu',
        meta: { title: '提示',icon: 'form',  affix: true }
      }
    ]
  },
  {
    path: '',
    component: Layout,
    redirect: '/institution',