apps/taro/src/hooks/router.ts
@@ -54,7 +54,7 @@ const isTabbarPage = Object.values(TabBarPageRouter).some((x) => latestRoute.value.toLowerCase().includes(x.toLowerCase()) ); if (isTabbarPage) { if (isTabbarPage && isInAlipay) { Taro.reLaunch({ url: router.path, success() {