wupengfei
2025-05-21 ea408eac6343066edcd8ca18117794442b64b545
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 }),
    });
  }
}