안녕하세요!
카카오 공유하기 연동 중 문의사항이 있어 글남깁니다.
공유되어 온 카카오톡 메세지를 눌렀을 땐 개별링크로 설정한 http://localhost:8080/product/detail/${productId},
공유되어 온 카카오톡 메세지의 출처를 눌렀을 땐 공통링크로 설정한 http://localhost:8080 로 이동하도록 하고 싶은데
어디를 눌러도 전부 http://localhost:8080 로 이동합니다.
window.Kakao.Link.sendCustom({
installTalk: true,
templateId: 74949,
templateArgs: {
productName: this.productDetail.baseline.productName, // 상품 이름
salePrice: this.productDetail.baseline.salePrice, // 할인된 가격
discountRate: this.productDetail.baseline.discountRate, // 할인율
imageUrl: this.productDetail.detail.productImageList[0], // 이미지 주소
productId: this.productDetail.baseline.productId, // 상품ID
url: document.location.href, // 상품 상세페이지 URL
},
});