[지라 이슈 없음] Log, IF-LGSP-LOG-004 / Entry 이력 수정
Terms 여부와 관계 없이 앱 진입 시 해당 로그 생성을 요청하도록 수정 Changed files: 1. commonActions.js 2. logActions.js 3. App.js 4. deepLinkHandler.js Detail note: 1. action 추가 (setGNBMenu) 2. sendLogGNB 함수 수정 3. deepLink 로직 관련 useEffect 수정 4. handleDeepLink 함수 수정
This commit is contained in:
@@ -242,12 +242,4 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
|
||||
console.log("handleDeepLink - no target");
|
||||
}
|
||||
}
|
||||
|
||||
const secondLayerInfo = {
|
||||
linkTpCd,
|
||||
// linkTpNm
|
||||
logTpNo: LOG_TP_NO.SECOND_LAYER,
|
||||
};
|
||||
|
||||
dispatch(setSecondLayerInfo(secondLayerInfo));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user