for example, I have a two-level menu
user:{
child:[
{detail},
{update}
]
}
order:{
child:[
{add},
{delete}
]
}
I want to mix all the child routes under all user routes with a mounted;
cannot affect order routing,
I used global blending in main.js and found that even the third-party libraries I introduced would affect