overtrue / laravel-ueditor

UEditor integration for Laravel.
390 stars 96 forks source link

图片上传不显示问题 #46

Closed deliangyang closed 5 years ago

deliangyang commented 7 years ago

图片上传后返回的访问地址不对,/etc/hosts www.xx.com 配置后返回的localhost

HelloMonkey commented 6 years ago

项目根目录\vendor\overtrue\laravel-ueditor\src\StorageManager.php public function upload函数里 $response = [ 'state' => 'SUCCESS', 'url' => 'storage/'.$filename, 改这个就好了