通过ip地址访问同一局域网下已经启动的angular项目
1.cmd->ipconfig 查看本机ip
2.运行项目
ng serve ->localhost:4200.
ng serve --host 本机地址
ng serve --host 10.61.177.108 -> http://10.61.177.108:4200
ng serve --host 10.61.177.108 --port 4600 -> http://10.61.177.108:4600