未能在VUE JS和Laravel项目中加载资源

发布于 2025-01-31 09:56:49 字数 1320 浏览 0 评论 0原文

与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技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文