From 0aa32f92d743f7893de355afe169df1e097a8844 Mon Sep 17 00:00:00 2001 From: jiwoo Date: Mon, 30 Oct 2023 17:39:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20global=5Fdev?= =?UTF-8?q?=20=ED=8B=B0=EB=B2=A0=EB=A1=9C=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../egovframework/egovProps/globals_dev.properties | 6 ++++-- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/resources/egovframework/egovProps/globals_dev.properties b/src/main/resources/egovframework/egovProps/globals_dev.properties index 0e108b97..7dfd3011 100644 --- a/src/main/resources/egovframework/egovProps/globals_dev.properties +++ b/src/main/resources/egovframework/egovProps/globals_dev.properties @@ -22,8 +22,10 @@ Globals.LocalIp = 127.0.0.1 # DB\uc11c\ubc84 \ud0c0\uc785(mysql,oracle,altibase,tibero) - datasource \ubc0f sqlMap \ud30c\uc77c \uc9c0\uc815\uc5d0 \uc0ac\uc6a9\ub428 Globals.DbType = tibero # \uac1c\ubc1c\uc6a9 DB \uc11c\ubc84 tibero \uc5f0\ub3d9 -Globals.UserName= EDUSCE -Globals.Password= edusce#23 +#Globals.UserName= EDUSCE +#Globals.Password= edusce#23 +Globals.UserName= teduUr +Globals.Password= tedu1234 Globals.DriverClassName=com.tmax.tibero.jdbc.TbDriver #\ub85c\uceec DB 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 ad63b408..95ed0a6f 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -124,7 +124,7 @@ function usrJoin(){ } function goEEdu() { - var environment = ${environment}; + var environment = '${environment}'; $.ajax({ url : "", async:false, @@ -133,7 +133,7 @@ function usrJoin(){ cache: false, success: function (returnData, status) { if(returnData.status == 'loginY'){ - if(environment eq 'real'){ + if(environment == 'real'){ window.location.href = "http://https://edu-copyright.or.kr.255.205.7/user/main/main.do?user_id="+returnData.user_id+"&key="+returnData.key; }else{ window.location.href = "http://223.255.205.7/user/main/main.do?user_id="+returnData.user_id+"&key="+returnData.key;