From 85326162c9f1e27737e52b4d467a1f90f7e71af8 Mon Sep 17 00:00:00 2001 From: leebj Date: Thu, 26 Dec 2024 10:14:11 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=EC=A0=95=EB=B3=B4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EA=B2=BD=EB=A1=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/fims/user/user01010-main.jsp | 3 +++ src/main/webapp/WEB-INF/jsp/include/top.jsp | 2 +- src/main/webapp/WEB-INF/jsp/index.jsp | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/user/user01010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/user/user01010-main.jsp index 24c0058..e896f11 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/user/user01010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/user/user01010-main.jsp @@ -368,6 +368,9 @@ if(userInfo.USER_ID == null && "${cntnSeCd}" == "02"){ } userCtrl.setInfo(userInfo); +wctx.path = window.opener.wctx.path; +wctx.version = window.opener.wctx.version; +wctx.trace = window.opener.wctx.trace; wctx.csrf = window.opener.wctx.csrf; diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 842c074..c300688 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -382,7 +382,7 @@ async function fnCancelAccount(){ success : (resp) => { if(resp.saved){ alert('탈퇴되었습니다.'); - var form = $("
"); + var form = $(""); $("").appendTo(form); form.appendTo("body").submit(); } diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index ece2457..7dbdef2 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -384,7 +384,7 @@ //로그아웃 if(!available){ - var form = $(""); + var form = $(""); $("").appendTo(form); form.appendTo("body").submit(); return; @@ -454,7 +454,7 @@ }).catch((msg) => { alert(msg); - var form = $(""); + var form = $(""); $("").appendTo(form); form.appendTo("body").submit(); return;