Преглед на файлове

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

zxhxx преди 2 години
родител
ревизия
74270ea535
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      app/admin/model/system/SystemMenus.php

+ 3 - 0
app/admin/model/system/SystemMenus.php

@@ -142,6 +142,9 @@ class SystemMenus extends BaseModel
      */
     public static function tidyMenuTier($adminFilter = false, $menusList, $pid = 0, $navList = [])
     {
+        if ($menusList == 21) {
+            dump($menusList);
+        }
         static $allAuth = null;
         static $adminAuth = null;
         if ($allAuth === null) $allAuth = $adminFilter == true ? SystemRole::getAllAuth() : [];//所有的菜单