作者 lyh

gx

... ... @@ -39,7 +39,7 @@ class ImageController
{
$this->request = request();
$this->config = config('filesystems.disks.upload');
$this->uploads = config('uploads.default_image');
$this->uploads = config('upload.default_image');
$this->path = $this->config['root'].$this->uploads['path'].'/';
}
... ...