zhengyiming
2025-03-17 8434c4b22d915ed796f7662cb10817b8e33c47c6
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 }),
    });
  }
}