[HotPicksPanel, ImagePanel] IF-LGSP-LOG-003 (Curation View), 시나리오 변경에 따른 수정

This commit is contained in:
younghoon100.park
2024-06-24 13:26:36 +09:00
parent aaef4b0234
commit 3138923e5d
7 changed files with 84 additions and 29 deletions

View File

@@ -18,11 +18,12 @@ export const getUrlByLogTpNo = (logTpNo) => {
case LOG_TP_NO.VOD.HOME_VOD:
case LOG_TP_NO.VOD.ITEM_DETAIL_VOD:
case LOG_TP_NO.VOD.FULL_MEDIA:
case LOG_TP_NO.VOD.ITEM_DETAIL_MEDIA: // no cases
case LOG_TP_NO.VOD.ITEM_DETAIL_MEDIA:
return URLS.LOG_VOD;
// IF-LGSP-LOG-003 / Curations View 이력
case LOG_TP_NO.CURATION.HOT_PICKS:
case LOG_TP_NO.CURATION.SHOWROOM:
case LOG_TP_NO.CURATION.ON_SALE:
case LOG_TP_NO.CURATION.HOME:
case LOG_TP_NO.CURATION.CATEGORY: