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