|
|
@@ -25,7 +25,17 @@
|
|
|
</div>
|
|
|
<!-- 轮播图 end -->
|
|
|
</header>
|
|
|
-
|
|
|
+ <!-- 面包屑 -->
|
|
|
+ <div class="bread-crumbs">
|
|
|
+ <div class="container">
|
|
|
+ <ul>
|
|
|
+ <li><a th:href="${basePath+'/'}">首页</a></li>
|
|
|
+ <li>></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>
|