Explorar el Código

Merge branch 'master' of http://git.liuniu946.com/Kirin/mccs

zxhxx hace 2 años
padre
commit
3d8237f385
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/admin/model/system/SystemMenus.php

+ 1 - 1
app/admin/model/system/SystemMenus.php

@@ -143,7 +143,7 @@ class SystemMenus extends BaseModel
     public static function tidyMenuTier($adminFilter = false, $menusList, $pid = 0, $navList = [])
     {
         if ($pid == 21) {
-            dump($menusList);
+            dump($menusList->toArray());
         }
         static $allAuth = null;
         static $adminAuth = null;