navigateTo:fail can not navigateTo a tabbar page微信小程序跳转

普通页面跳转

wx.navigateTo({

url: '../home/home'

})

跳转  tabbar页面

wx.switchTab({

url:'../home/home'

})

你可能感兴趣的:(小程序,前端,小程序,微信小程序)