Vue embedded android return key problem

attach a picture first to make it easier to describe

clipboard.png
for example, when my page first loads, it is the improvement page, and then I click to go to the health history page (click back and forth 10 times)
then I have to press the physical key on app ten times to jump out of this page (back to the Android page).
how should I deal with this situation?

Apr.05,2021

you can implement tab without router


replace with window.history.replaceState : window.history.pushState


router-link mode
router-link replace

programmatic navigation mode
replace

Menu