|
...
|
...
|
@@ -48,7 +48,7 @@ class FileManageController extends BaseController |
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($lists, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
if(!empty($lists) && !empty($lists)){
|
|
|
|
foreach ($lists['list'] as $k => $v){
|
|
|
|
$v['download_url'] = url('b/file_manager_downLoad?path='.$v['path']);
|
|
|
|
$v['download'] = url('b/file_manager_downLoad?path='.$v['path']);
|
|
|
|
$lists[$k] = $v;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|