Using keep-alive to jump twice in vue, the original page is cached.

now a page is a list page, b page adds data, c page views details page, a-> bforce a-> c
sets meta: {keepAlive: true} to a page, refreshes it back to a page after adding data to b page, and then goes back to a page without refresh after entering c view, but a page shows no new data, how can it be cached after it has been added?

a page:
clipboard.png

ba
clipboard.png

c:
clipboard.png


cached pages are references that will not be refreshed: https://blog.csdn.net/qq_4020.
activated loading for keep-alive using


this problem has been resolved after use with activated

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