张延森 3 years ago
parent
commit
4b02d35a48
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/CustomNav/index.jsx

+ 1
- 1
src/components/CustomNav/index.jsx View File

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