메뉴권한 미존재 유저 접속 시 빈 화면 frame 노출 처리

This commit is contained in:
dogyeom
2025-11-26 13:11:32 +09:00
parent 49e5d15034
commit f3b2e02aba
4 changed files with 39 additions and 2 deletions
+3 -1
View File
@@ -411,7 +411,9 @@
<%} else {%>
goPage2('/monitoring/leftMenu.do?menuId=<%=firstTopMenuId%>', '<%=firstSubMenuUrl%>?menuId=<%=firstSubMenuId%>', '<%=firstSubMenuId%>');
<%}%>
<%} else {%>
// 메뉴권한이 없는 유저 로그인 시 빈화면 프레임을 노출 20251126
goPage2('/monitoring/leftMenu.do?menuId=00', '/monitoring/blankScreen.do', '');
<%}%>
}