未能在VUE JS和Laravel项目中加载资源
与Vue JS和Laravel项目合作。还使用IVUEW JS库。在图像中间,当上传图片时,应该在此处上传垃圾
图标。
<div class="demo-upload-list-cover">
<Icon type="ios-trash-outline" @click="deleteImage"></Icon> // trash icon here
</div>
但是将图像上传到系统后,看不到垃圾图标,并且控制台生成以下错误消息
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Bold.woff2:1
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Regular.woff2:1
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Medium.woff:1
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Bold.woff:1
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Regular.woff:1
Failed to load resource: the server responded with a status of 404 (Not Found)
DevTools failed to load source map: Could not load content for http://localhost:8000/js/iview.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:8000/css/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
如何修复它?
working with Vue js and Laravel project. using ivuew js library also. how ever when upload a picture here there should be trash
icon in the middle of image.
<div class="demo-upload-list-cover">
<Icon type="ios-trash-outline" @click="deleteImage"></Icon> // trash icon here
</div>
but after upload image to the system not visible trash icon and console generate following error messages
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Bold.woff2:1
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Regular.woff2:1
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Medium.woff:1
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Bold.woff:1
Failed to load resource: the server responded with a status of 404 (Not Found)
HKGrotesk-Regular.woff:1
Failed to load resource: the server responded with a status of 404 (Not Found)
DevTools failed to load source map: Could not load content for http://localhost:8000/js/iview.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://localhost:8000/css/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
how to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论