rabin hace 1 año
padre
commit
7235c11f76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/Menu.php

+ 1 - 1
api/Menu.php

@@ -97,7 +97,7 @@ class Menu extends Auth
             $info['component'] = '@/dever/page/' . $v['path'];
         }
         if (!$child) {
-            if ($v1['level'] == 3 && $v['show'] <= 2 && $this->checkMenu($v['id'])) {
+            if ($v['level'] == 3 && $v['show'] <= 2 && $this->checkMenu($v['id'])) {
                 return false;
             }
         }