Merge remote-tracking branch 'origin/master'

This commit is contained in:
ly19960718 2021-06-15 11:02:38 +08:00
commit 92c65cd31f

View File

@ -76,7 +76,7 @@
<span th:text="${userName}"></span>
<!-- <span th:text="${userName}" th:if="${userUserName ne 'admin'}" class="not-admin"></span>-->
<!-- <a href="default-main" th:if="${userUserName eq 'admin'}">后台</a>-->
<a href="default-main" th:if="${userUserName eq 'admin'}">后台</a>
<a href="default-main">后台</a>
</div>
<div class="right fr">
<a href="oauth/logout">退出</a>