报错信息: sockjs.js?9be2:1609 GET http://192.168.1.10:8080/sockjs-node/info?t=1625369058433 net::ERR_CONNECTION_TIMED_OUT
vue项目本地开发,所以不存在网络防火墙问题,因此考虑可能是本地IP变更造成的
module.exports = {
devServer: {
host: ‘127.0.0.1‘
}
浏览器——net::ERR_CONNECTION_TIMED_OUT
原文:https://www.cnblogs.com/wangyang0210/p/14968565.html