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

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-1b2e95f-2bc31.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-1b2e95f-2bc31.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?