[DeepLink] Modify Theme curation

This commit is contained in:
jangheon Pyo
2024-07-22 13:01:54 +09:00
parent 9b3580cfc3
commit e05b0ef4ca
2 changed files with 2 additions and 7 deletions

View File

@@ -77,11 +77,7 @@ export const getMenuByTargetContent = (contentTarget) => {
} else if (type === "PB") {
return LOG_MENU.FEATURED_BRANDS_QUICK_MENU;
} else if (type === "TM") {
return;
// return LOG_MENU.FEATURED_BRANDS_QUICK_MENU;
} else if (type === "SR") {
return;
// return LOG_MENU.FEATURED_BRANDS_QUICK_MENU;
return LOG_MENU.THEME_PAGE;
}
return null;
@@ -104,7 +100,6 @@ export const handleDeepLink =
let lgCatCd; // LG카테고리Code
let lgCatNm; // 서브카테고리명
let tabType; // 카테고리 탭명
let showRoomId; // showRoom ID
if (contentTarget === null || contentTarget === undefined) {
linkTpCd = "1000";