张延森 3 lat temu
rodzic
commit
4b02d35a48
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/components/CustomNav/index.jsx

+ 1
- 1
src/components/CustomNav/index.jsx Wyświetl plik

@@ -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
   }