lgy 19 часов назад
Родитель
Сommit
013bdc17e3
1 измененных файлов с 1 добавлено и 0 удалено
  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) {