运行报错:sockjs.js?9be2:1606 GET http://localhost:7777/sockjs-node/info?t=1609136473067 net::ERR_CONNECT

àì夳堔傛蜴生んèń 2021-07-25 19:10 805阅读 0赞

创建的vue项目运行报错
在这里插入图片描述

在配置了vue.config.js文件输入以下代码后,

  1. module.exports = {
  2. devServer: {
  3. port: 8081,
  4. public: 'localhost:7777',
  5. host: 'localhost'
  6. }
  7. }

报错:sockjs.js?9be2:1606 GET http://localhost:7777/sockjs-node/info?t=1609136473067 net::ERR_CONNECT
修改vue.config.js

  1. devServer: {
  2. port: 8080,
  3. host: 'localhost'
  4. }

无报错了。

发表评论

表情:
评论列表 (有 0 条评论,805人围观)

还没有评论,来说两句吧...

相关阅读