Browse Source

官网缓存处理

anderx 3 years ago
parent
commit
02eba7ce8e

+ 5 - 5
src/main/resources/props/config_local.properties

@@ -62,12 +62,12 @@ template.cacheable=false
 #连接开�
 
 #portal.host=//kedejs.jishutao.com/portal/1.0.27
-portal.host=//172.16.1.187/portal/1.0.27
-#portal.host=//172.16.0.255:3000/kede_ow/1.0.27
+#portal.host=//172.16.1.187/portal/1.0.27
+portal.host=//172.16.0.255:3000/kede_ow/portal/1.0.27
 
-static.host=//kedejs.jishutao.com/client/1.0.7
-#static.host=//172.16.1.187/client/1.0.7
-#static.host=//172.16.0.255:3000/1.0.5
+#static.host=//kedejs.jishutao.com/client/1.0.8
+#static.host=//172.16.1.187/client/1.0.8
+static.host=//172.16.0.255:3000/kede_ow/client/1.0.8
 
 #avatar.host=//172.16.0.255:3000
 avatar.host=//kedejs.jishutao.com

File diff suppressed because it is too large
+ 4 - 1
src/main/webapp/WEB-INF/views/portal/about.html


+ 15 - 4
src/main/webapp/WEB-INF/views/portal/htmlmap.html

@@ -25,7 +25,17 @@
       </div>
       <!-- 轮播图 end -->
     </header>
-
+    <!-- 面包屑 -->
+    <div class="bread-crumbs">
+      <div class="container">
+        <ul>
+          <li><a th:href="${basePath+'/'}">首页</a></li>
+          <li>&gt;</li>
+          <li><a th:href="${basePath+'/htmlmap'}">网站地图</a></li>
+        </ul>
+      </div>
+    </div>
+    <!-- 面包屑 end -->
     <!-- 主体内容 -->
     <div class="htmlmap main">
       <div class="container">
@@ -111,7 +121,7 @@
             <a th:href="${basePath+ '/about?qywh'}">
               <div class="aitems">科德文化</div>
             </a>
-            <a th:href="${basePath+ '/about/tdhd'}">
+            <a th:href="${basePath+ '/about?tdhd'}">
               <div class="aitems">团队活动</div>
             </a>
             <a th:href="${basePath+ '/about?ryzz'}">
@@ -149,7 +159,7 @@
                 <a target='_blank' th:href="${'/news/'+y.id}">
                   <div class=news-item>
                     <div style="width: 30%;">
-                      <img th:src="${avatarUploadHost+y.pictureUrl}" />
+                      <img th:src="${portalHost+y.pictureUrl}" />
                     </div>
                     <div style="width: 70%;">
                       <h6 th:text="${y.title}">咨询行业2020迎来新转机!!!</h6>
@@ -171,6 +181,7 @@
     </footer>
     <!-- 底部  end -->
   </div>
+
 </body>
 
-</html>
+</html>