[luna-send] account.js 원상복구

This commit is contained in:
hyunwoo93.cha
2025-01-16 15:32:42 +09:00
parent 0b2f1d63ea
commit d0c02f82d0

View File

@@ -164,32 +164,6 @@ export const launchMembershipApp = (
returnPath,
{ onSuccess, onFailure, onComplete }
) => {
if (typeof window === "object" && !window.Palmsystem) {
console.log("luna send launchMembershipApp");
/* 테스트용 */
// setTimeout(() => {
// const testBypass = JSON.stringify({
// name: Config.panel_names.CATEGORY_PANEL,
// panelInfo: {
// COUNT: 31,
// currentSpot: null,
// dropDownTab: 0,
// expsOrd: 1,
// focusedContainerId: null,
// lgCatCd: "1017",
// lgCatNm: "LG Electronics",
// tab: 0,
// },
// });
// store.dispatch(handleBypassLink(testBypass));
// onSuccess?.({ returnValue: true });
// }, 1000);
return;
}
if (
typeof window === "object" &&
window.PalmSystem &&