From dd8795a2675e32b25abe98f644f80d5f72fadb90 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期三, 01 十一月 2023 14:08:55 +0800 Subject: [PATCH] update icon --- src/main/webapp/WEB-INF/config.properties | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/config.properties b/src/main/webapp/WEB-INF/config.properties index 0d6e156..1c09ba1 100644 --- a/src/main/webapp/WEB-INF/config.properties +++ b/src/main/webapp/WEB-INF/config.properties @@ -4,9 +4,11 @@ #jdbc.username=root #jdbc.password=123456 ## -jdbc.url=${jdbc.url} -jdbc.username=${jdbc.username} -jdbc.password=${jdbc.password} + + +jdbc.url = ${jdbc.url} +jdbc.username = ${jdbc.username} +jdbc.password = ${jdbc.password} # -----MySQL end----- # -----customize start----- @@ -55,9 +57,14 @@ institute.id = ${institute.id} institute.name = ${institute.name} +#institute.logo = ${institute.logo} +institute.logo = /resources/images/\u59D1\u82CF\u5B9E\u9A8C\u5BA4logo2.png institute.url = ${institute.url} message.url = ${message.url} reagent.detail.price.api = ${reagent.detail.price.api} personImgPath = ${personImgPath} + +activeEnv = ${envTag} + -- Gitblit v1.9.2