Nuxt用localhost可以访问用IP不能访问

在这里插入图片描述
server下的index.js把
最后的

consola.ready({
    message: `Server listening on http://${host}:${port}`,
    badge: true
  })

改成

consola.ready({
    message: `Server listening on http://localhost:${port}`,
    badge: true
  })
发布了142 篇原创文章 · 获赞 20 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/weixin_35958891/article/details/104300851
今日推荐