diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index 4e0cc1a1..0845599c 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -14,7 +14,7 @@ $(document).ready(function() { // http => https 로 이동 - //httpsRedirect(); + httpsRedirect(); // 슬라이드 이미지 변경 //setMainSlideImgChange(); @@ -339,7 +339,7 @@ function httpsRedirect() { //실서버일 경우 //https가 없는경우 if(url.indexOf('https://') == -1 && url.indexOf('dev.munjaon.co.kr') == -1 && url.indexOf('cs.munjaon.co.kr') == -1) { - //document.location.href = "https://www.munjaon.co.kr/web/main/mainPage.do"; + document.location.href = "https://www.munjaon.co.kr/web/main/mainPage.do"; } } }