正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -56,6 +56,8 @@ class ImageController extends Controller | @@ -56,6 +56,8 @@ class ImageController extends Controller | ||
| 56 | } | 56 | } |
| 57 | $this->param = $this->request->all(); | 57 | $this->param = $this->request->all(); |
| 58 | $this->config = config('filesystems.disks.upload'); | 58 | $this->config = config('filesystems.disks.upload'); |
| 59 | + var_dump($this->config); | ||
| 60 | + die(); | ||
| 59 | $this->uploads = config('upload.default_image'); | 61 | $this->uploads = config('upload.default_image'); |
| 60 | //上传路径设置 | 62 | //上传路径设置 |
| 61 | if(!isset($this->param['image_type'])){ | 63 | if(!isset($this->param['image_type'])){ |
-
请 注册 或 登录 后发表评论