vue项目用localhost也可以用本机IP访问 2019-05-23 本文已影响0人 李小_包 方法1.将index.js中的host的值改为‘0.0.0.0’ 方法2.修改package.json中script下dev的值,在后面加入--host 0.0.0.0