From 9a83acf422a35e7749a7c4af6f4dea1549871865 Mon Sep 17 00:00:00 2001 From: SZH <szh_hello@163.com> Date: 星期三, 22 二月 2023 09:40:05 +0800 Subject: [PATCH] 增加国泰配置 --- src/main/webapp/WEB-INF/guotai/guotai.properties | 5 ++--- src/main/webapp/resources/images/新疆国泰新华化工有限责任公司logo.png | 0 src/main/webapp/resources/images/logo3.png | 0 src/main/webapp/index.xhtml | 2 ++ src/main/webapp/login.xhtml | 6 ++++-- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/guotai/guotai.properties b/src/main/webapp/WEB-INF/guotai/guotai.properties index 3f1f110..8acc6ca 100644 --- a/src/main/webapp/WEB-INF/guotai/guotai.properties +++ b/src/main/webapp/WEB-INF/guotai/guotai.properties @@ -3,13 +3,12 @@ jdbc.password=NMS@uss20201! institute.id = 10 -institute.name = \u65B0\u7586\u56FD\u6CF0\u65B0\u534E\u77FF\u4E1A\u80A1\u4EFD\u6709\u9650\u516C\u53F8 +institute.name = \u65b0\u7586\u56fd\u6cf0\u65b0\u534e\u5316\u5de5\u6709\u9650\u8d23\u4efb\u516c\u53f8 institute.url = http://222.92.213.22:18001 institute.app.id = wxef5464cb3cd407ea institute.app.secret = f0b8dec4bc340a9863ed7de08cf2dcf1 alarm.url = reagent.detail.price.api = -institute.copyright= Copyright\u00A92017 \u65B0\u7586\u56FD\u6CF0\u65B0\u534E\u77FF\u4E1A\u80A1\u4EFD\u6709\u9650\u516C\u53F8\u00A0\u82CFICP\u590710220403\u53F7-6 +institute.copyright= Copyright\u00A92022 \u65b0\u7586\u56fd\u6cf0\u65b0\u534e\u5316\u5de5\u6709\u9650\u8d23\u4efb\u516c\u53f8 message.url= https://sinanoaq.com:8095/api/sendmessage -personImgPath = /opt/file/smartlab/img/ diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml index 51edddd..318a75b 100644 --- a/src/main/webapp/index.xhtml +++ b/src/main/webapp/index.xhtml @@ -13,6 +13,7 @@ <head></head> <ui:composition template="layouts/default.xhtml"> <ui:define name="title">智慧实验室试剂全过程安全管理系统</ui:define> +<!-- <ui:define name="title">智能安全危险化学品全生命周期管控系统</ui:define>--> <ui:define name="north"> <h:form id="northForm"> @@ -25,6 +26,7 @@ <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:column> <p:column styleClass="header-personal"> <h:inputHidden id="ischange" value="#{loginController.ischange}"></h:inputHidden> 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"> diff --git a/src/main/webapp/resources/images/logo3.png b/src/main/webapp/resources/images/logo3.png new file mode 100644 index 0000000..afd41ab --- /dev/null +++ b/src/main/webapp/resources/images/logo3.png Binary files differ diff --git "a/src/main/webapp/resources/images/\346\226\260\347\226\206\345\233\275\346\263\260\346\226\260\345\215\216\345\214\226\345\267\245\346\234\211\351\231\220\350\264\243\344\273\273\345\205\254\345\217\270logo.png" "b/src/main/webapp/resources/images/\346\226\260\347\226\206\345\233\275\346\263\260\346\226\260\345\215\216\345\214\226\345\267\245\346\234\211\351\231\220\350\264\243\344\273\273\345\205\254\345\217\270logo.png" new file mode 100644 index 0000000..efebb3c --- /dev/null +++ "b/src/main/webapp/resources/images/\346\226\260\347\226\206\345\233\275\346\263\260\346\226\260\345\215\216\345\214\226\345\267\245\346\234\211\351\231\220\350\264\243\344\273\273\345\205\254\345\217\270logo.png" Binary files differ -- Gitblit v1.9.2