兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-12-07 9673380f60ba001207e534b823d3e6a59b233c80
src/router/index.ts
@@ -38,9 +38,9 @@
    ]
  },
  {
    path: '/social-login',
    path: '/social-callback',
    hidden: true,
    component: () => import('@/layout/components/SocialLogin/index.vue')
    component: () => import('@/layout/components/SocialCallback/index.vue')
  },
  {
    path: '/login',
@@ -139,7 +139,7 @@
    path: '/system/oss-config',
    component: Layout,
    hidden: true,
    permissions: ['system:oss:list'],
    permissions: ['system:ossConfig:list'],
    children: [
      {
        path: 'index',