The pit encountered by vue-element-admin handoff route

using vue-element-admin to do background projects, when I enter a route, I want to go to another page to see things, and then switch back, the page will be reloaded (that is, the so-called refresh), but I don"t want it to be reloaded. Do you have any way to keep the original state of the page? Urgent solution, thank you, plus: have a happy life!

Mar.13,2021

keep-alive


agree upstairs, you can use keep-alive so that components are not overloaded


you need to define a name, component inside the page must define name, so that keep-alive include will work


the noCache inside the route is changed to false


problem solved? I have the same problem


have you solved your problem


have you solved this problem

Menu