How to refresh the vue-router page and return to the current main page?

effect you want to achieve:

    The
  1. page has a main process page, such as home page-> list page-> details page. Through vue-router jump, the main process page will stay on the current page after the route is refreshed.
  2. how can the route redirection within the main process be refreshed and returned to the corresponding main process page? Thank you

scenario: I list the page again and click on the date selection page (this page is also routed). I want the F5 to refresh the page and return to the list page instead of the date selection page

Mar.05,2021

main.js

   

you can judge the processing you want to do based on to and from

Menu