Commit 4169deed authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改跳转路径

parent 6a7a6eff
......@@ -111,7 +111,7 @@ const CouponCard: React.FC<CouponCardProps> = (props: CouponCardProps) => {
message.warning('没有商城地址信息,无法进行跳转')
return;
}
const url = `${REQUEST_HEADER}${shop.url}${TOP_DOMAIN}/makeUpList/${data.couponId}?belongType=${data.belongType}`;
const url = `${REQUEST_HEADER}.${shop.url}${TOP_DOMAIN}/makeUpList/${data.couponId}?belongType=${data.belongType}`;
window.open(url);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment