Kirin пре 1 година
родитељ
комит
6044e312ce
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      app/services/system/SystemRoleServices.php

+ 0 - 1
app/services/system/SystemRoleServices.php

@@ -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'])))