Browse Source

切换路径数量限制问题

wangxy 1 tháng trước cách đây
mục cha
commit
335480317b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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});
 			},
 		},
 	}