[Log] modified, changed menu scenario (ShowProduct.jsx, PlayerPanel.jsx)

This commit is contained in:
younghoon100.park
2024-07-02 17:40:50 +09:00
parent 892c903669
commit 3dad2e9d61
4 changed files with 8 additions and 4 deletions

View File

@@ -55,7 +55,9 @@ export const getMenuByTargetContent = (contentTarget) => {
: LOG_MENU.DETAIL_PAGE_PRODUCT_DETAIL;
} else if (type === "LS" || type === "VS") {
return LOG_MENU.FULL_SHOP_NOW;
} else if (type === "TD" || type === "HD") {
} else if (type === "TD") {
return LOG_MENU.DETAIL_PAGE_THEME_DETAIL;
} else if (type === "HD") {
return LOG_MENU.DETAIL_PAGE_TRAVEL_THEME_DETAIL;
} else if (type === "HP") {
return LOG_MENU.HOT_PICKS;