category deeplink role 백엔드 변경으로 tabType 수정

This commit is contained in:
dongyoungKo
2025-05-16 10:08:21 +09:00
parent 34e038cd2f
commit ed3e041c02

View File

@@ -201,10 +201,11 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
lgCatNm = tokens[5]; // 서브카테고리명
tabType = tokens[6].toLowerCase(); // 컨텐츠타입
panelName = panel_names.CATEGORY_PANEL;
panelInfo = {
lgCatCd: lgCatCd,
lgCatNm: lgCatNm,
tab: tabType === "show" ? 0 : 1,
tab: tabType === "cat00102" ? 0 : 1,
};
break;