export default [{ path: '/user', name: 'UserIndex', meta: { title: '用户管理', icon: 'bank' }, component: () => import('@/views/user/Index') }]