select([]); $result = []; $result[] = [ 'id' => 'root', 'name' => '系统模块', 'children' => $data, ]; return $result; } }