[Deeplink] contentsTarget이 V2로 접근시 무조건 홈으로 이동되도록 추가
This commit is contained in:
@@ -69,6 +69,11 @@ export const handleDeepLink = (contentTarget) => (dispatch, getState) => {
|
||||
let panelName = "";
|
||||
let panelInfo = {};
|
||||
|
||||
if (tokens[0] === "V2") {
|
||||
panelName = panel_names.HOME_PANEL;
|
||||
return;
|
||||
}
|
||||
|
||||
switch (type) {
|
||||
case "MT":
|
||||
// "MT": Main TOP
|
||||
|
||||
Reference in New Issue
Block a user