删除类型

This commit is contained in:
TS-QD1 2024-01-26 13:17:50 +08:00
parent c576904d47
commit 66745bf281

View File

@ -26,7 +26,7 @@
<img th:if="${oAuth2Client.systemIcon ne ''}" th:src="'route/file/download/false/'+ ${oAuth2Client.systemIcon}" alt=""> <img th:if="${oAuth2Client.systemIcon ne ''}" th:src="'route/file/download/false/'+ ${oAuth2Client.systemIcon}" alt="">
<img th:if="${oAuth2Client.systemIcon eq ''}" src="assets/custom/index/images/system.png"/> <img th:if="${oAuth2Client.systemIcon eq ''}" src="assets/custom/index/images/system.png"/>
<div class="system-name" th:text="${oAuth2Client.clientName}"></div> <div class="system-name" th:text="${oAuth2Client.clientName}"></div>
<div class="system-name-small" th:text="${oAuth2Client.environment}"></div> <!-- <div class="system-name-small" th:text="${oAuth2Client.environment}"></div>-->
</div> </div>
</a> </a>
</div> </div>