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/WEB-INF/config.properties |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/WEB-INF/config.properties b/src/main/webapp/WEB-INF/config.properties
index 97a1f1a..c1b136e 100644
--- a/src/main/webapp/WEB-INF/config.properties
+++ b/src/main/webapp/WEB-INF/config.properties
@@ -6,9 +6,9 @@
 ##
 
 
-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-----
@@ -57,9 +57,14 @@
 
 institute.id = ${institute.id}
 institute.name = ${institute.name}
+institute.logo = ${institute.logo}
 institute.url = ${institute.url}
+institute.copyright = ${institute.copyright}
 message.url = ${message.url}
 
 reagent.detail.price.api = ${reagent.detail.price.api}
 
 personImgPath = ${personImgPath}
+
+activeEnv = ${envTag}
+

--
Gitblit v1.9.2