src/main/resources/templates/common/aside.html
@@ -272,6 +272,17 @@ <p>SNMP监测</p> </a> </li> <li class="nav-item"> <th:block th:if="${session.menuActive eq '63'}"> <a th:href="@{'/ospfInfo/list'}" class="nav-link active"> </th:block> <th:block th:unless="${session.menuActive eq '63'}"> <a th:href="@{'/ospfInfo/list'}" class="nav-link"> </th:block> <i class="far fa-circle nav-icon"></i> <p>OSPF监测</p> </a> </li> </ul> </li>