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

Menu