헤더에 아이디 말고 이름으로 표시
This commit is contained in:
parent
19d4ed766d
commit
cace638003
@ -48,7 +48,7 @@
|
||||
<c:when test="${!empty LoginVO}">
|
||||
<div class="login_after">
|
||||
<div class="user_info">
|
||||
<p><c:out value="${LoginVO.id}"/>님</p>
|
||||
<p><c:out value="${LoginVO.membName}"/>님</p>
|
||||
<a href="#">마이페이지</a>
|
||||
</div>
|
||||
<a href="#" class="btn line gray" onclick="location.href='${pageContext.request.contextPath}/web/uat/uia/actionLogout.do'">인증해제</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user