rosewiper 2023-10-25
메인 주소 / 누락 부분 수정
@d11098f3d1c38eecb2736f21840f552133e69bce
src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
@@ -122,7 +122,7 @@
         success: function (data) {
 			if (data.isSuccess) {
 				var reqURL = "${pageContext.request.requestURL}";
-				var mainURL = "web/main/mainPage.do";
+				var mainURL = "/web/main/mainPage.do";
 				if (reqURL.lastIndexOf(mainURL) > -1) {
 					// 문자(등급별 요금 안내)
 					$("#priceTopBanner").show();
src/main/webapp/index.jsp
--- src/main/webapp/index.jsp
+++ src/main/webapp/index.jsp
@@ -42,7 +42,7 @@
 <!-- AceCounter Log Gathering Script End -->
 
 <meta name="google-site-verification" content="v6O1_CnJjlOM2ihd_AroMSAvKHgvMPWEK7LqZSbebZA" />
-<meta http-equiv="refresh" content="0; url=web/main/mainPage.do" />
+<meta http-equiv="refresh" content="0; url=/web/main/mainPage.do" />
 
 </head>
 <body>
Add a comment
List