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