3 Replies
fascinating-indigo•16mo ago
please explain in more detail what you want to do
multiple-amethystOP•16mo ago
For example my last page router is:
"hr/person/list"
Then i click on the person to see details:
"hr/person/show/:id
But on the page, i have mutiples buttons to see relation of the person, i use search params, then router become this:
"hr/person/show/:id?tab="relationGroup"
The problem using router.history.back(), i want to return this:
"hr/person/list"
and not this:
"hr/person/show/:id
router.history.back is only removing the search params and it is not going to the last page
conventional-tan•16mo ago
Don't think that's possible. The browser back button also doesn't work like this.