Explorar o código

切换路径数量限制问题

wangxy hai 1 mes
pai
achega
335480317b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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});
 			},
 		},
 	}