[luna-send] account.js 원상복구
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user