mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-17 14:27:18 +00:00
fix: no perms can view workbench
This commit is contained in:
parent
4717b21abb
commit
7c3effe1d9
@ -264,6 +264,7 @@ export default {
|
|||||||
meta: {
|
meta: {
|
||||||
title: i18n.t('MenuMore'),
|
title: i18n.t('MenuMore'),
|
||||||
icon: 'more',
|
icon: 'more',
|
||||||
|
permissions: [],
|
||||||
hidden: () => {
|
hidden: () => {
|
||||||
return !store.getters.publicSettings['TOOL_USER_ENABLED']
|
return !store.getters.publicSettings['TOOL_USER_ENABLED']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user