zhengyiming
2025-05-29 b8aa16ee1bd825e9798b9c749a1b8877844882fb
apps/taro/src/utils/page.ts
@@ -54,4 +54,11 @@
      url: pathAddExtraParam(option.url, { channelId: blLifeRecharge.accountModel.channlesNum }),
    });
  }
  static redirectTo(option: Taro.redirectTo.Option) {
    return Taro.redirectTo({
      ...option,
      url: pathAddExtraParam(option.url, { channelId: blLifeRecharge.accountModel.channlesNum }),
    });
  }
}