兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-07-24 f801f4fb11ff8ca08417a9ddf0231fb570fa26e3
src/router/index.ts
@@ -38,6 +38,11 @@
    ]
  },
  {
    path: '/social-callback',
    hidden: true,
    component: () => import('@/layout/components/SocialCallback/index.vue')
  },
  {
    path: '/login',
    component: () => import('@/views/login.vue'),
    hidden: true
@@ -134,7 +139,7 @@
    path: '/system/oss-config',
    component: Layout,
    hidden: true,
    permissions: ['monitor:job:list'],
    permissions: ['system:oss:list'],
    children: [
      {
        path: 'index',
@@ -176,4 +181,5 @@
  }
});
export default router;