xiangpei
2024-11-12 79b9c73e0717c244391ab1e15c6f6da9975f2610
src/router/index.ts
@@ -44,7 +44,12 @@
  },
  {
    path: '/login',
    component: () => import('@/views/login.vue'),
    component: () => import('@/views/dingdingLogin.vue'),
    hidden: true
  },
  {
    path: '/dingdingLogin',
    component: () => import('@/views/dingdingLogin.vue'),
    hidden: true
  },
  {
@@ -71,7 +76,7 @@
        path: '/index',
        component: () => import('@/views/index.vue'),
        name: 'Index',
        meta: { title: '首页', icon: 'dashboard', affix: true }
        meta: { title: '文件管理', icon: 'dashboard', affix: true }
      }
    ]
  },