const Base = () => import('/nerv-lib/saas/view/system/layout/content.vue'); const home = { path: '/home', name: 'home', meta: { title: '首页', icon: 'shouye', index: 0, hideChildren: true }, redirect: { name: 'homeIndex' }, children: [ { path: 'index', name: 'homeIndex', meta: { title: '首页', hideChildren: true, icon: 'shouye' }, component: () => import('/@/view/developing.vue'), // redirect: { name: 'homeIndex' }, // children: [ // { // path: 'index', // name: 'homeIndex', // meta: { // title: '首页', // keepAlive: true, // // backApi: [], // }, // }, // ], }, ], }; export default home;