chrome浏览器调试报错:Failed to load resource: the server responsed width a status of 404 (Not Found)…http://127.0.0.1:5099/favicon.ico
chrome浏览器在调试的时候默认会查找根目录下的favicon.ico文件,如果不存在就会报错。
解决办法:F12,点击<top frame>左侧漏斗形状的filter,勾选上”Hide network messages”,问题解决。