[vue] npm run dev 在同一局域网下被其他电脑访问
2019-10-12 本文已影响0人
丶Assassin丨
http://localhost:8080/ 可以。 http://130.51.23.12:8080/ 浏览器显示:130.51.23.12 拒绝了我们的连接请求。
解决: 改config/index.js host: '0.0.0.0',
http://localhost:8080/ 可以。 http://130.51.23.12:8080/ 浏览器显示:130.51.23.12 拒绝了我们的连接请求。
解决: 改config/index.js host: '0.0.0.0',