【发布时间】:2021-02-07 08:17:39
【问题描述】:
我将图片保存在以下位置
存储/app/public/userImages
它正在被保存,但是当我在我的 vue 组件中检索它时,它会抛出错误 404 not found。
<img :src="`/storage/${post.img_path}`"/>
创建的网址是
http://localhost:8000/storage/userImages/872937058.png
请给点建议。
【问题讨论】:
标签: laravel vue.js laravel-5 vuejs2