I now use hopping routing to perform a listening refresh in the navigation component, and this status can now be changed
watch: {
"$route" (to, from) {
location.reload()
}
}
but every page you enter will be refreshed again, and the effect is not very good. Is there any other solution?