mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
Merge pull request #1416 from jumpserver/pr@dev@acl_perm
fix: acl perm bug
This commit is contained in:
@@ -50,7 +50,11 @@ export default [
|
||||
component: empty,
|
||||
redirect: '',
|
||||
hidden: true,
|
||||
meta: { title: i18n.t('route.UserLoginACLList') },
|
||||
meta: {
|
||||
title: i18n.t('route.UserLoginACLList'),
|
||||
app: 'acls',
|
||||
resource: 'loginacl'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
|
||||
Reference in New Issue
Block a user