张延森 3 年 前
コミット
4b02d35a48
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/components/CustomNav/index.jsx

+ 1
- 1
src/components/CustomNav/index.jsx ファイルの表示

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