From c93663ce356988b6e1391170312028a6e7636518 Mon Sep 17 00:00:00 2001 From: chenhuan <czj123456> Date: 星期二, 25 六月 2024 17:58:09 +0800 Subject: [PATCH] 更改左上角logo --- javaweb-plus/javaweb-admin/src/main/resources/templates/index.html | 2 +- javaweb-plus/javaweb-admin/src/main/resources/static/images/logo1.png | 0 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/javaweb-plus/javaweb-admin/src/main/resources/static/images/logo1.png b/javaweb-plus/javaweb-admin/src/main/resources/static/images/logo1.png new file mode 100644 index 0000000..24e9920 --- /dev/null +++ b/javaweb-plus/javaweb-admin/src/main/resources/static/images/logo1.png Binary files differ 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 6ea43a1..963ce4a 100644 --- a/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html +++ b/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html @@ -32,7 +32,7 @@ <!-- <span class="logo-lg" >閽绘帰宸ョ▼骞冲彴</span>--> <!-- </li>--> <li id="logo" style="margin: 36px auto;text-align: center"> - <img th:src="@{/images/logo.png}"> + <img th:src="@{/images/logo1.png}"> </li> </a> -- Gitblit v1.9.1