|
@@ -106,7 +106,6 @@ class SystemRoleServices extends BaseServices
|
|
|
return true;
|
|
|
}
|
|
|
$auth = $this->getRolesByAuth($request->adminInfo()['roles'], 2);
|
|
|
- var_dump($auth);
|
|
|
|
|
|
if ($auth && empty(array_filter($auth, function ($item) use ($rule, $method) {
|
|
|
if (trim(strtolower($item['api_url'])) === $rule && $method === trim(strtolower($item['methods'])))
|