代码INIT,修改基本框架
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
<li th:class="${activeUrl=='say'?'nav-item active':'nav-item'}">
|
||||
<a class="nav-link" th:href="@{/say}">公告 </a>
|
||||
</li>
|
||||
<li th:class="${activeUrl=='about'?'nav-item active':'nav-item'}">
|
||||
<a class="nav-link" th:href="@{/about}">关于 </a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!--如果未登录-->
|
||||
|
||||
Reference in New Issue
Block a user