1、普通的pages的页面 例如: wx.navigateTo({ url: 'test?id=1' }) 但是这种跳转方式,不能跳转到 tab页面 2、跳转到tabBar页面 例如 wx.switchTab({ url: '/index' })