window.palmsystem.launchparams 유무 확인

This commit is contained in:
opacity@t-win.kr
2025-08-28 15:33:41 +09:00
parent 14d2bff882
commit 2dd15ccf11

View File

@@ -844,6 +844,11 @@ export default function MainView({ className, initService }) {
> >
deepLinkInfo deepLinkInfo
<p>{contentTarget}</p> <p>{contentTarget}</p>
<p>
{window.PalmSystem && window.PalmSystem.launchParams
? JSON.parse(window.PalmSystem.launchParams)
: "N/A"}
</p>
</div> </div>
</div> </div>
); );