clearlaunchParams 주석
This commit is contained in:
@@ -903,7 +903,9 @@ export default function MainView({ className, initService }) {
|
||||
if (typeof window !== "object") {
|
||||
return "❌ window 객체 없음";
|
||||
}
|
||||
|
||||
if (window.PalmSystem) {
|
||||
return JSON.stringify(window.PalmSystem);
|
||||
}
|
||||
if (!window.PalmSystem) {
|
||||
return "❌ PalmSystem 없음";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user