From 9a83acf422a35e7749a7c4af6f4dea1549871865 Mon Sep 17 00:00:00 2001
From: SZH <szh_hello@163.com>
Date: Wed, 22 Feb 2023 09:40:05 +0800
Subject: [PATCH] 增加国泰配置
---
src/main/webapp/login.xhtml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/login.xhtml b/src/main/webapp/login.xhtml
index e3e9074..283d43d 100644
--- a/src/main/webapp/login.xhtml
+++ b/src/main/webapp/login.xhtml
@@ -28,7 +28,8 @@
<p:column styleClass="header-title">
<p:outputLabel value="${institute.name}"></p:outputLabel>
<br />
- <p:outputLabel value="智慧实验室试剂全过程安全管理系统" style="color: #ffd74a"></p:outputLabel>
+<!-- <p:outputLabel value="智慧实验室试剂全过程安全管理系统" style="color: #ffd74a"></p:outputLabel>-->
+ <p:outputLabel value="智能安全危险化学品全生命周期管控系统" style="color: #ffd74a"></p:outputLabel>
</p:column>
</p:row>
</p:panelGrid>
@@ -39,7 +40,8 @@
<div class="login-box">
<div class="login-logo">
- <p:graphicImage value="/resources/images/logo1.png"></p:graphicImage>
+<!-- <p:graphicImage value="/resources/images/logo1.png"></p:graphicImage>-->
+ <p:graphicImage value="/resources/images/logo3.png"></p:graphicImage>
</div>
<div class="login-input">
--
Gitblit v1.9.2