正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -92,7 +92,6 @@ class Menu extends Backend | @@ -92,7 +92,6 @@ class Menu extends Backend | ||
92 | } catch (\Exception $e) { | 92 | } catch (\Exception $e) { |
93 | $this->error($e->getMessage()); | 93 | $this->error($e->getMessage()); |
94 | } | 94 | } |
95 | - print_r($list);return; | ||
96 | if (isset($list['menu']['button'])) { | 95 | if (isset($list['menu']['button'])) { |
97 | $buttons = $list['menu']['button']; | 96 | $buttons = $list['menu']['button']; |
98 | foreach ($buttons as $index => &$item) { | 97 | foreach ($buttons as $index => &$item) { |
-
请 注册 或 登录 后发表评论