problem description
there is a circular route between several pages, which is simplified here. For example, page An and page B can be redirected in a loop, A1-> B1-> A2-> B2, and the B1/B2 data is different. During fallback, the view displayed by B1Magazine A1 does not change, but through the printed data, it is found that the data has become B2/A2 data, causing the user to show data exception when doing some operations.
the environmental background of the problems and what methods you have tried
try to maintain only one An and one B in the attempt page, what jump A2 actually does is fall back to A1 to refresh data, but this affects the user experience
related codes
to be added