Browse Source

레포트 호출 url 추가

SBK 2 years ago
parent
commit
a2dfee42d6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/webapp/resources/js/lib/common.js

+ 2 - 0
src/main/webapp/resources/js/lib/common.js

@@ -4803,10 +4803,12 @@ ubiLib.ubiReportPopup = function(jrfId, param, jobGbCd, callbackurl) {
 			UBI_HTML_URL = 'http://192.168.36.12:9099/ubi4/ubihtml.jsp';
 			break;
 		case 'portal2.sgc.co.kr' :
+		case 'as2.sgcetec.co.kr' :
 			KOFFICE_MAIN_URL = 'https://portal2.sgc.co.kr';
 			UBI_HTML_URL = 'https://portal2.sgc.co.kr/ubi4/ubihtml.jsp';
 			break;
 		case 'portal.sgc.co.kr' :
+		case 'as.sgcetec.co.kr' :
 			KOFFICE_MAIN_URL = 'https://portal.sgc.co.kr';
 			UBI_HTML_URL = 'https://portal.sgc.co.kr/ubi4/ubihtml.jsp';
 			break;