diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 9cbda6c..9ac36d9 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -1,7 +1,7 @@ server: port: 7012 - ip: 1.24.238.149 - url: http://${server.ip}:37210/library + ip: www.wlcbsyzl.cn + url: http://${server.ip}/library system-title: 知识库系统 system-sub-title: 知识库 default-home-page: default.html @@ -137,8 +137,8 @@ file: api-path: #103 155 - user-center: http://10.25.242.190:37210/usercenter - user-center-2: http://1.24.238.149:37210/usercenter + user-center: http://10.25.242.183/usercenter + user-center-2: http://www.wlcbsyzl.cn/usercenter security: oauth2: diff --git a/src/main/resources/templates/knowledgereport/save.html b/src/main/resources/templates/knowledgereport/save.html index 2c10408..c13c979 100644 --- a/src/main/resources/templates/knowledgereport/save.html +++ b/src/main/resources/templates/knowledgereport/save.html @@ -82,14 +82,14 @@ -->
-
+
@@ -203,8 +203,8 @@ editor.customConfig.menus = [ //'head', // 标题 'bold', // 粗体 - // 'fontSize', // 字号 - // 'fontName', // 字体 + 'fontSize', // 字号 + 'fontName', // 字体 // 'italic', // 斜体 'underline', // 下划线 'strikeThrough', // 删除线