The native browser cannot access the local ip address

IPconfig checks that the local IP address is 10.0.0.128 , and the port is 4201 after angular is running. Browsers can successfully access localhost:4201 and 127.0.0.1code 4201 . However, visiting 10.0.0.128angular 4201 indicates that the web page cannot be found

.

the system is win10,ping through native ping

I hope someone can help me solve this problem, because I need a mobile phone as an assistant.

Thank you very much

Ip
Aug.18,2021

does the browser use a proxy?


ng serve --host 0.0.0.0
Menu