使用Vue时localhost:8080中localhost换成ip地址后无法显示页面的问题

910 阅读1分钟

页面显示:

解决办法是: 在package.json中

然后重新启动服务器 npm run dev 就正常显示了。