张延森 3 yıl önce
ebeveyn
işleme
4b02d35a48
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/components/CustomNav/index.jsx

+ 1
- 1
src/components/CustomNav/index.jsx Dosyayı Görüntüle

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