Nuxt prevents the specified page from being loaded

suppose the pages directory of nuxt project has index.vue , home.vue , admin.vue pages.
visit localhost:3000/ , and Network in the console will load admin together. Is there any way not to load it? Thank you. Thank you

.
Mar.14,2021

it is loaded according to the directory and file name. There is no need to move the underlying code. Deletion is the best solution. What's the point of exposing a route but you don't want to visit it?


start a 3001 service on a port

Menu