作者 lyh

gx

... ... @@ -36,6 +36,8 @@ class Group extends Base
return [];
}
$routes = Menu::where(['status' => Menu::STATUS_NORMAL])->whereIn('id', $group->rights)->pluck('route_name')->toArray();
var_dump($routes);
die();
return array_filter($routes);
}
... ...