Просмотр исходного кода

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

zxhxx 2 лет назад
Родитель
Сommit
3d8237f385
1 измененных файлов с 1 добавлено и 1 удалено
  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;