hyperf-cms/hyperf-api

Bug

Closed this issue · 2 comments

loginservice 206:

foreach ($value['children'] as $k => $v) {
$temp = [];
$routers[$value['id']]['children'][] = [
'name' => $v['name'],
'path' => $v['url'],
'hidden' => $v['hidden'],
'alwaysShow' => true,
'component' => $v['component'],
'meta' => [
'icon' => $v['icon'],
'title' => $v['display_name'],
],
];

超过3级目录节点无法添加,后续补充。

已经修复