const Base = () => import('/nerv-lib/saas/view/system/layout/content.vue'); const organizationManage = { path: '/organizationManage', name: 'EnterpriseManage', meta: { title: '企业管理', icon: 'dicizhishou', index: 99, hideChildren: true }, redirect: { name: 'EnterpriseManageIndex' }, children: [ { path: 'index', name: 'EnterpriseManageIndex', component: () => import('/@/view/organizationManage/enterpriseManage/index.vue'), meta: { title: '企业管理', keepAlive: true, // backApi: [], }, }, ], }; export default organizationManage;