mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 修复权限树自动选择的问题
This commit is contained in:
@@ -76,10 +76,9 @@ export default {
|
||||
}
|
||||
},
|
||||
nodesDeps: {
|
||||
'view_console': ['rbac.view_console'],
|
||||
'view_audit': ['rbac.view_audit'],
|
||||
'view_console': [],
|
||||
'view_audit': [],
|
||||
'view_workbench': [
|
||||
'rbac.view_workbench',
|
||||
'authentication.view_connectiontoken', 'authentication.add_connectiontoken',
|
||||
'authentication.expire_connectiontoken', 'authentication.reuse_connectiontoken'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user