httpsRedirect 주석해제

This commit is contained in:
itn 2023-06-13 12:29:32 +09:00
parent ec9365e28a
commit 5e345ca074

View File

@ -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";
}
}
}