zhengyiming
2025-03-06 ad032ad0889156572271868601d6665e560318b4
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() {