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

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