How to make the routing name not appear after the domain name by vue

for example, the path to the home page of a route is
localhost:8080/home ,
how to make the home page display only the domain name but not the name of the route, for example:
localhost:8080 ,
other sub-pages display the route name?
I tried using spaces instead of routing names, but this caused me to jump back to the login page every time I refreshed the readme page

clipboard.png

Apr.24,2022

  

feels that your home / route should not be set to login page

.
Menu