Browse Source

Merge branch 'master' of http://git.qiniu1314.com/Kirin/shenying

Kirin 11 months ago
parent
commit
1d18dd7e15
1 changed files with 0 additions and 1 deletions
  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'])))