src/router/index.js
@@ -68,13 +68,21 @@ children: [ { path: 'index', // component: () => import('@/views/index'), component: () => import('@/views/index'), name: 'Index', meta: { title: '首页', icon: 'dashboard', affix: true } } ] }, { path: '/screen', component: Layout, hidden: true, component: () => import('@/views/screen/index'), name: 'Profile', meta: { title: '大屏信息', icon: 'user' } }, { path: '/user', component: Layout, hidden: true,