메뉴권한 미존재 유저 접속 시 빈 화면 frame 노출 처리
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="left_box">
|
||||
<div class="title"><%=menuName%></div>
|
||||
<!-- 메뉴명이 null일 경우 공백 노출되도록 처리 20251126 -->
|
||||
<div class="title"><%=menuName != null ? menuName : ""%></div>
|
||||
<ul class="depth3">
|
||||
<%
|
||||
for (MenuUI menuUi : list) {
|
||||
|
||||
Reference in New Issue
Block a user