Commit 198d79b0 by 朱继来

调整菜单查看

parent c66664a6
Showing with 1 additions and 1 deletions
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
foreach ($val as $k => $v) { foreach ($val as $k => $v) {
if (is_array($v)) { if (is_array($v)) {
foreach ($v as $k1 => $v1) { foreach ($v as $k1 => $v1) {
if (preg_match('/_check/', $v1)) { if (preg_match('/_check$/', $v1)) {
$menuData[$key][] = $k; $menuData[$key][] = $k;
continue; continue;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment