|
|
|
|
@ -136,6 +136,8 @@ function App() {
|
|
|
|
|
isPermitted(PERM_ACCOUNT_MANAGEMENT) ? { label: <Link to='/account/management'>{t('account:accountList')}</Link>, key: '3' } : null,
|
|
|
|
|
isPermitted(PERM_ROLE_NEW) ? { label: <Link to='/account/role-list'>{t('account:roleList')}</Link>, key: '4' } : null,
|
|
|
|
|
{ type: 'divider' },
|
|
|
|
|
{ label: <ReloadUpdate type='link' className='px-0' />, key: '5' },
|
|
|
|
|
{ type: 'divider' },
|
|
|
|
|
{ label: <Link to='/logout'>{t('Logout')}</Link>, key: '99' },
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
|