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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b329a1-2be23.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b329a1-2be23.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?