Nuxt用localhost可以访问用IP不能访问
程序员文章站
2022-07-15 16:04:36
...
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
})
上一篇: R语言中执行KS检验