select([]); $result = []; $result[] = [ 'id' => 'root', 'name' => '全部配置', 'children' => $data, ]; return $result; } }