category deeplink role 백엔드 변경으로 tabType 수정
This commit is contained in:
@@ -201,10 +201,11 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
|
|||||||
lgCatNm = tokens[5]; // 서브카테고리명
|
lgCatNm = tokens[5]; // 서브카테고리명
|
||||||
tabType = tokens[6].toLowerCase(); // 컨텐츠타입
|
tabType = tokens[6].toLowerCase(); // 컨텐츠타입
|
||||||
panelName = panel_names.CATEGORY_PANEL;
|
panelName = panel_names.CATEGORY_PANEL;
|
||||||
|
|
||||||
panelInfo = {
|
panelInfo = {
|
||||||
lgCatCd: lgCatCd,
|
lgCatCd: lgCatCd,
|
||||||
lgCatNm: lgCatNm,
|
lgCatNm: lgCatNm,
|
||||||
tab: tabType === "show" ? 0 : 1,
|
tab: tabType === "cat00102" ? 0 : 1,
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user