What is the reason why the word routing children attribute cannot be displayed after traversing the routing table obtained by _ self.$router.options.routes?

I use _ self.$router.options.routes to get the routing table, and then I want to traverse the word routes in the table, but the children doesn"t actually show it.
var localRouter = _ self.$router.options.routes
console.dir (localRouter) prints as follows:

clipboard.png
and then traverse this table
for (var q = 0 Q < localRouter.length;qPP) {

console.dir(localRouter[q].children)

}
print out the undefined
break point to see that localRouter [Q] has only two attributes, path and component
, that is, why the children attribute is missing when traversing the route obtained by _ self.$router.options.routes.

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