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

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