mpvue-router-patch
mpvue-router-patch copied to clipboard
请问如何在tab页面使用this.$router.go(-1)?
trafficstars
我在tab页面点击返回按钮,然后返回上一个tab页面
请问应该如何使用?谢谢
小程序的 tabbar 都是同一层级的,tab 页只能互相切换 router.push({ path: '/pages/xxx', isTab: true })