deeplink debug 코드 추가

This commit is contained in:
opacity@t-win.kr
2025-08-22 10:14:53 +09:00
parent afb3be7df5
commit 9bc8d6f68f
8 changed files with 633 additions and 164 deletions

View File

@@ -499,7 +499,7 @@ const HomePanel = ({ isOnTop }) => {
);
dispatch(getTop20Show());
dispatch(getBestSeller(bestSellerLoaded));
console.log("###isDeepLink", isDeepLink);
if (isDeepLink) {
dispatch(setDeepLink({ contentTarget: "", isDeepLink: false }));
}