diff --git a/com.twin.app.shoptime/src/App/deepLinkHandler.js b/com.twin.app.shoptime/src/App/deepLinkHandler.js index 279086e6..8326eff6 100644 --- a/com.twin.app.shoptime/src/App/deepLinkHandler.js +++ b/com.twin.app.shoptime/src/App/deepLinkHandler.js @@ -4,7 +4,7 @@ import { panel_names } from "../utils/Config"; //V2_진입경로코드_진입경로명_MT_노출순번 export const handleDeepLink = (contentTarget) => (dispatch, getState) => { const tokens = contentTarget.split("_"); - if (tokens[0] === "V3") { + if (tokens[0] === "V2" || tokens[0] === "V3") { const linkTpCd = tokens[1]; // 진입경로코드 const linkTpName = tokens[2]; // 진입경로명 const type = tokens[3]; // 링크 타입.