import Layout from '@/views/layout/Layout' const others = { path: '/others', component: Layout, meta: {title: '其他', icon: 'dingdan', noCache: true, affix: false}, code: '9900', children: [ { path: '/configuration', code: '9904', component: () => import('@/views/otherPage/index'), name: '页面配置', meta: {title: '页面配置', noCache: false, affix: false}, }, { path: '/others1', code: '9902', component: () => import('@/views/lists/index'), name: '光荣榜', meta: {title: '光荣榜', noCache: false, affix: false} }, { path: '/others2', code: '9903', component: () => import('@/views/lists/index'), name: '今天我出境', meta: {title: '今天我出境', noCache: false, affix: false}, }, ] }; export default others