How does WeChat Mini Programs's web-view page realize that he clicks the back button in the upper left corner to return to Mini Program's page at once?

WeChat Mini Programs"s web-view page is a website that can click on the categories in the site at will. After many clicks, how to click the return button in the upper left corner to return to the Mini Program page once without having to return once

Mar.11,2021

write a page jump, and write down the page path of the jump.
bindViewTab:function () {

wx.navigateTo({  
     url:"/pages/aaa/aaa"
})
Menu