메뉴 아이템 길이 버그
This commit is contained in:
@@ -141,7 +141,7 @@ class WebUtil
|
||||
|
||||
$result = [];
|
||||
foreach($json as $menuItem){
|
||||
if (count($path) == 2) {
|
||||
if (count($menuItem) == 2) {
|
||||
[$url, $title] = $menuItem;
|
||||
$targetAttr = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user