【已解决】Vue网页强制刷新提示Failed to load resource:the server responded with a status of :5500/favicon.ico:1...

浏览器默认行为,没有页签图标报错404

报错:Failed to load resource:the server responded with a status of :5500/favicon.ico:1 404(Not Found)


解决:在vscode中使用插件live server打开页面,再按住shift强制刷新可以看到出现了如下报错:
【已解决】Vue网页强制刷新提示Failed to load resource:the server responded with a status of :5500/favicon.ico:1..._第1张图片
办法十分简单,我们在目录下添加一个favicon.ico的图标文件
【已解决】Vue网页强制刷新提示Failed to load resource:the server responded with a status of :5500/favicon.ico:1..._第2张图片
再次刷新页面,解决
【已解决】Vue网页强制刷新提示Failed to load resource:the server responded with a status of :5500/favicon.ico:1..._第3张图片
格外注意,这里的ico命名需要与报错一致,即favicon.ico


但是我有一点不懂,老师说要放在根目录下面,但是我根目录反而不能解决,放在html这个目录下才能解决,不是很懂望大神指点。

你可能感兴趣的:(Vue,vue.js,前端,javascript)