补充操作日志权限和友情链接权限

dev
vine_liutk 2022-11-15 15:08:18 +08:00
parent 1a74f7b1a1
commit 25c7888f52
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ class EndpointPermissionSeeder extends Seeder
'edit_password' => '修改密码', 'enable' => '启用/禁用',
]],
'admin_roles' => ['name' => '角色管理', 'curd' => true],
// 'operation_log' => ['name' => '操作日志', 'curd' => ['index']],
'operation_log' => ['name' => '操作日志', 'curd' => ['index']],
'friend_links' => ['name' => '友情链接', 'curd' => true]
]],
]]
];