mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 05:55:08 +08:00
@@ -101,7 +101,7 @@ class PermissionService
|
||||
'children' => make(Menu::class)->tree(['module' => $item['name']]),
|
||||
];
|
||||
|
||||
$values[] = $this->getRolePermissionValues($router_ids, $item['name']);
|
||||
$values = array_merge($values, $this->getRolePermissionValues($router_ids, $item['name']));
|
||||
}
|
||||
|
||||
return [$values, $options];
|
||||
|
||||
Reference in New Issue
Block a user