window.palmsystem.launchparams 유무 확인
This commit is contained in:
@@ -844,6 +844,11 @@ export default function MainView({ className, initService }) {
|
||||
>
|
||||
deepLinkInfo
|
||||
<p>{contentTarget}</p>
|
||||
<p>
|
||||
{window.PalmSystem && window.PalmSystem.launchParams
|
||||
? JSON.parse(window.PalmSystem.launchParams)
|
||||
: "N/A"}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user