微信小程序跳转
1、uni.navigateTo
保留当前页面,跳转到应用内的某个页面,使用uni.navigateBack可以返回到原页面。
2、uni.redirectTo
关闭当前页面,跳转到应用内的某个页面
3、uni.reLaunch
关闭所有页面,打开到应用内的某个页面
4、uni.switchTab
跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面
5、uni.navigateBack
关闭当前页面,返回上一页面或多级页面。可通过 getCurrentPages() 获取当前的页面栈,决定需要返回几层
6、uni.preloadPage
预加载页面,是一种性能优化技术。被预载的页面,在打开时速度更快