WeChat Mini Program Routing-Page Jump

navigator

url
open-type
  • navigator jump to
  • redirect
  • switchTab jump to a tab
  • navigateBack back
  • reLaunch reload
API jump
  • navigate wx.navigateTo(object) Go to
  • redirect wx.redirectTo(object) redirect
  • switchTab wx.switchTab(object) Jump to a tab
  • navigateBack wx.navigateBack(object) 回退
  • reLaunch wx.reLaunch(object) reload

Guess you like

Origin blog.csdn.net/tang242424/article/details/104402930