In the vue-cli config file, my host address has been changed in the index.js file. Www.xx.com can start, but it can't be opened.

host: "www.xx.com",
port: 8080, 

I can start the project, but I can"t access the site when it opens, and my native host file 127.0.0.1 has also been changed to www.xx.com. May I ask what"s going on

?

can you visit www.xx.com ? Ping


try again with port


should be caused by browser dns cache, enter using stealth mode, or close browser and restart

Menu