소스 검색

切换路径数量限制问题

wangxy 1 개월 전
부모
커밋
335480317b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/custom-tabbar/custom-tabbar-client.vue

+ 1 - 1
components/custom-tabbar/custom-tabbar-client.vue

@@ -42,7 +42,7 @@
 					// 同页面不刷新
 					return;
 				}
-				uni.navigateTo({url: path});
+				uni.reLaunch({url: path});
 			},
 		},
 	}