159.226.119.186/:1 Failed to load resource: the server responded with a status of 404 (Not Found)
时间: 2023-10-17 20:30:06 浏览: 66
http status 404
5星 · 资源好评率100%
当你在使用coding-pages打开一个网页时,如果遇到"Failed to load resource: the server responded with a status of 404 (Not Found)"的错误,说明服务器无法找到所请求的资源。
为了解决这个问题,有两种可能的方案。第一种方案是修改配置文件中的assetsPublicPath。你可以找到config文件夹下的index.js文件,打开并将assetsPublicPath的值修改为"./"。这会指定资源的相对路径。第二种方案是检查请求的资源是否存在,如果不存在则可能是路径不正确导致的。你可以尝试在浏览器中直接访问资源的URL,确保资源能够被正确加载。<span class="em">1</span>
#### 引用[.reference_title]
- *1* [vue打包npm run build时候界面报错的解决](https://download.csdn.net/download/weixin_38626943/13128820)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文