Other hosts on the same LAN cannot access local vue-cli projects through ip?

after executing npm run dev, the following is my console output:
Your application is running here: http://172.16.30.87:8888

I have configured it in the index.js file: host: "172.16.30.87entries, it is possible to access the project locally through IP.


change index.js to 0.0.0.0answer 8888 try
use http://172.16.30.87:8888


host: 0.0.0.0

when accessing
Menu