commit
This commit is contained in:
@@ -621,6 +621,7 @@
|
|||||||
background-color: rgba(255, 255, 255, 0.15);
|
background-color: rgba(255, 255, 255, 0.15);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v4-user-sign {
|
.v4-user-sign {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -632,6 +633,7 @@
|
|||||||
gap: 6px;
|
gap: 6px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v4-user-sign:hover {
|
.v4-user-sign:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.15);
|
background-color: rgba(255, 255, 255, 0.15);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@@ -741,9 +743,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="v4-user-section">
|
<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">
|
<div class="v4-user-info">
|
||||||
<span class="v4-user-name">${@auth.getPrincipalProperty('username')} (${@auth.getPrincipalProperty('loginname')})</span>
|
<span class="v4-user-name">${@auth.getPrincipalProperty('username')} (${@auth.getPrincipalProperty('loginname')})</span>
|
||||||
<!-- <i class="fa fa-angle-down"></i> -->
|
<!-- <i class="fa fa-angle-down"></i> -->
|
||||||
@@ -815,10 +817,6 @@
|
|||||||
$(this).addClass("active")
|
$(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", {
|
$(document).pjax(".v4-nav a[data-pjax]", "#container", {
|
||||||
maxCacheLength: 0,
|
maxCacheLength: 0,
|
||||||
push: false,
|
push: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user