deeplink 디버그 재수정

This commit is contained in:
opacity@t-win.kr
2025-08-28 10:45:16 +09:00
parent eb9ee79f36
commit 44d3c05678
7 changed files with 257 additions and 85 deletions

View File

@@ -68,7 +68,7 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
expsOrd = tokens[6]; // 노출순번
curationId = tokens[7]; // 큐레이션아이디
panelName = panel_names.DETAIL_PANEL;
deeplinkPanel = "Product Detaoil";
deeplinkPanel = "Product Detail";
panelInfo = {
patnrId: patnrId,
prdtId: prdtId,