diff --git a/src/router/index.js b/src/router/index.js index d59b55fa..de2d62e5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -70,20 +70,20 @@ export const constantRoutes = [ ] }, - { - path: '', - component: Layout, - redirect: 'index1', - children: [ - { - path: 'index1', - component: () => import('@/views/index'), - name: 'Index1', - meta: { title: '导航', icon: 'dashboard', affix: true } - }, + // { + // path: '', + // component: Layout, + // redirect: 'index1', + // children: [ + // { + // path: 'index1', + // component: () => import('@/views/index'), + // name: 'Index1', + // meta: { title: '导航', icon: 'dashboard', affix: true } + // }, - ] - }, + // ] + // }, { path: '/qrCode/qrCodePage', component: () => import('@/views/qrCode/qrCode'),