From d11098f3d1c38eecb2736f21840f552133e69bce Mon Sep 17 00:00:00 2001 From: rosewiper Date: Wed, 25 Oct 2023 16:01:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=20=EC=A3=BC=EC=86=8C=20/=20?= =?UTF-8?q?=EB=88=84=EB=9D=BD=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp | 2 +- src/main/webapp/index.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp index 28856e43..1a4af6fa 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -122,7 +122,7 @@ function getMberSettingDetailByNotLogin_Header() { 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(); diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 1ad0ec08..ced78fd8 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -42,7 +42,7 @@ - +