Parcourir la source

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

zxhxx il y a 2 ans
Parent
commit
3d8237f385
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;