正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -49,7 +49,7 @@ class FileManageController extends BaseController | @@ -49,7 +49,7 @@ class FileManageController extends BaseController | ||
| 49 | if(!empty($lists) && !empty($lists)){ | 49 | if(!empty($lists) && !empty($lists)){ |
| 50 | foreach ($lists['list'] as $k => $v){ | 50 | foreach ($lists['list'] as $k => $v){ |
| 51 | $v['download_url'] = url('b/file_manager_downLoad?path='.$v['path']); | 51 | $v['download_url'] = url('b/file_manager_downLoad?path='.$v['path']); |
| 52 | - $lists[$k] = $v; | 52 | + $lists['list'][$k] = $v; |
| 53 | } | 53 | } |
| 54 | } | 54 | } |
| 55 | $this->response('success',Code::SUCCESS,$lists); | 55 | $this->response('success',Code::SUCCESS,$lists); |
-
请 注册 或 登录 后发表评论