forked from verdnatura/salix-front
perf: remove unnecessary submodules
This commit is contained in:
parent
4bd78922af
commit
4268f15d30
|
@ -11,23 +11,8 @@ export default {
|
||||||
component: RouterView,
|
component: RouterView,
|
||||||
redirect: { name: 'AccountMain' },
|
redirect: { name: 'AccountMain' },
|
||||||
menus: {
|
menus: {
|
||||||
main: [
|
main: ['AccountRoles'],
|
||||||
'AccountList',
|
card: [],
|
||||||
'AccountRoles',
|
|
||||||
'AccountAlias',
|
|
||||||
'AccountAccounts',
|
|
||||||
'AccountLdap',
|
|
||||||
'AccountSamba',
|
|
||||||
'AccountConnections',
|
|
||||||
],
|
|
||||||
card: [
|
|
||||||
'AccountBasicData',
|
|
||||||
'AccountInheritedRoles',
|
|
||||||
'AccountMailForwarding',
|
|
||||||
'AccountMailAlias',
|
|
||||||
'AccountPrivileges',
|
|
||||||
'AccountLog',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue