@@ -65,7 +65,7 @@ export default (props) => {
}
const goHome = () => {
- Taro.navigateTo({
+ Taro.reLaunch({
url: '/pages/index/index'
})