lgy hace 1 día
padre
commit
013bdc17e3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      jcjyhr/extend/ba/Auth.php

+ 1 - 0
jcjyhr/extend/ba/Auth.php

@@ -54,6 +54,7 @@ class Auth
      */
     public function getMenus(int $uid): array
     {
+        var_dump($uid);
         $this->children  = [];
         $originAuthRules = $this->getOriginAuthRules($uid);
         foreach ($originAuthRules as $rule) {