From 59d9ea33f503e363f2e2941c7c00cc9dd9d9d1c7 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期二, 28 十一月 2023 11:00:42 +0800
Subject: [PATCH] 修改课题管理bug

---
 src/main/webapp/login.xhtml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/login.xhtml b/src/main/webapp/login.xhtml
index a152e44..b564f00 100644
--- a/src/main/webapp/login.xhtml
+++ b/src/main/webapp/login.xhtml
@@ -23,7 +23,7 @@
 				<p:panelGrid styleClass="header">
 					<p:row>
 						<p:column styleClass="header-logo">
-							<p:graphicImage value="/resources/images/logo.png" style="width: 80px;height: 80px"></p:graphicImage>
+							<p:graphicImage value="#{loginController.logo}" style="width: 80px;height: 80px"></p:graphicImage>
 						</p:column>
 						<p:column styleClass="header-title">
 							<p:outputLabel value="#{loginController.title}"></p:outputLabel>
@@ -60,6 +60,6 @@
 		</h:form>
 	</div>
 
-	<a style="text-align: center;display: block" href="http://beian.miit.gov.cn" target="_Blank">Copyright©2017 中国科学院苏州纳米技术与纳米仿生研究所 苏ICP备10220403号-6</a>
+	<a style="text-align: center;display: block" href="http://beian.miit.gov.cn" target="_Blank">${institute.copyright}</a>
 </h:body>
 </html>

--
Gitblit v1.9.2