|
...
|
...
|
@@ -45,6 +45,7 @@ class FileManageController extends BaseController |
|
|
|
$lists = $fileManage->lists($this->map, $this->page, $this->row);
|
|
|
|
if(!empty($lists)){
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
$v = (array)$v;
|
|
|
|
$v['download_url'] = url('b/file_manager_downLoad?hash='.$v['hash']);
|
|
|
|
$lists[$k] = $v;
|
|
|
|
}
|
...
|
...
|
|