From 0c396729840c8f1c9cfbdc1128822fd7d7ef7b4a Mon Sep 17 00:00:00 2001
From: chenhuan <czj123456>
Date: 星期三, 05 六月 2024 16:11:15 +0800
Subject: [PATCH] 接口
---
javaweb-plus/javaweb-admin/src/main/resources/templates/index.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html b/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html
index 567de64..524aa5e 100644
--- a/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html
+++ b/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html
@@ -35,11 +35,13 @@
<img th:src="@{/images/logo.png}">
</li>
</a>
+
<li id="minilogo" style="display: none;height: 100px;align-content: center;">
<a style="text-align: center;padding: 0;" th:href="@{/index}">
<img th:src="@{/images/minilogo.png}">
</a>
</li>
+
<!-- <li>-->
<!-- <div class="user-panel">-->
<!-- <a class="menuItem" title="涓汉涓績" th:href="@{/system/user/profile}"> -->
@@ -55,6 +57,7 @@
<!-- </div>-->
<!-- </div>-->
<!-- </li>-->
+
<li th:each="menu : ${menus}">
<a th:class="@{${menu.url != '' && menu.url != '#'} ? ${menu.target}}" th:href="@{${menu.url == ''} ? |#| : ${menu.url}}">
<i class="fa fa-bar-chart-o" th:class="${menu.icon}"></i>
@@ -236,7 +239,7 @@
th:src="@{/system/main}" frameborder="0" seamless></iframe>
</div>
<div class="footer">
- <div class="pull-right">Copyright 漏 2022.宸ョ▼鍕樺療鍦拌川淇℃伅鏌ヨ鏈嶅姟骞冲彴 All Rights Reserved. Powered by. 浜琁CP澶�</div>
+ <div class="pull-right">Copyright 漏 2024.閽绘帰宸ョ▼淇℃伅鍖栫郴缁� All Rights Reserved. Powered by. 浜琁CP澶�</div>
</div>
</div>
<!--鍙充晶閮ㄥ垎缁撴潫-->
--
Gitblit v1.9.1