commit
This commit is contained in:
@@ -621,6 +621,7 @@
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.v4-user-sign {
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
@@ -632,6 +633,7 @@
|
||||
gap: 6px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.v4-user-sign:hover {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
color: #ffffff;
|
||||
@@ -741,9 +743,9 @@
|
||||
</div>
|
||||
|
||||
<div class="v4-user-section">
|
||||
<button id="v4-retire-system-btn" class="v4-retire-system-link" type="button">
|
||||
<a id="v4-retire-system-btn" class="v4-retire-system-link" href="http://192.168.73.133:8082/platform/login" target="_blank">
|
||||
离退休系统
|
||||
</button>
|
||||
</a>
|
||||
<div class="v4-user-info">
|
||||
<span class="v4-user-name">${@auth.getPrincipalProperty('username')} (${@auth.getPrincipalProperty('loginname')})</span>
|
||||
<!-- <i class="fa fa-angle-down"></i> -->
|
||||
@@ -815,10 +817,6 @@
|
||||
$(this).addClass("active")
|
||||
})
|
||||
|
||||
$("#v4-retire-system-btn").on("click", function () {
|
||||
window.open("http://192.168.73.133:8081/platform/login", "_blank")
|
||||
})
|
||||
|
||||
$(document).pjax(".v4-nav a[data-pjax]", "#container", {
|
||||
maxCacheLength: 0,
|
||||
push: false,
|
||||
|
||||
Reference in New Issue
Block a user