|
|
@@ -26,10 +26,10 @@
|
|
|
<div class="swiper-wrapper" >
|
|
|
<th:block th:each="b,bStatus:${banners}">
|
|
|
<a th:if="${b.jumpUrl != 'javascript:;' && b.jumpUrl != null}" target="_blank" th:href="${b.jumpUrl}" class="swiper-slide">
|
|
|
- <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
|
|
|
+ <img th:title="${b.title}" th:src="${avatarUploadHost}+${b.bannerUrl}" />
|
|
|
</a>
|
|
|
<span th:if="${b.jumpUrl == 'javascript:;' || b.jumpUrl == null}" class="swiper-slide">
|
|
|
- <img th:title="${b.title}" th:src="|${avatarUploadHost}${b.bannerUrl}" />
|
|
|
+ <img th:title="${b.title}" th:src="${avatarUploadHost}+${b.bannerUrl}" />
|
|
|
</span>
|
|
|
</th:block>
|
|
|
<!-- <div class="swiper-slide">
|
|
|
@@ -564,10 +564,10 @@
|
|
|
<div class="swiper-container" id="swiper2">
|
|
|
<div class="swiper-wrapper">
|
|
|
<div class="swiper-slide client-list" >
|
|
|
- <div th:each="c:${clist1}"><img th:src="|${avatarUploadHost}${c.pictureUrl}" /></div>
|
|
|
+ <div th:each="c:${clist1}"><img th:src="${avatarUploadHost}+${c.pictureUrl}" /></div>
|
|
|
</div>
|
|
|
<div class="swiper-slide client-list" >
|
|
|
- <div th:each="c:${clist2}"><img th:src="|${avatarUploadHost}${c.pictureUrl}" /></div>
|
|
|
+ <div th:each="c:${clist2}"><img th:src="${avatarUploadHost}+${c.pictureUrl}" /></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="swiper-pagination"></div>
|
|
|
@@ -576,12 +576,12 @@
|
|
|
<div class="swiper-wrapper">
|
|
|
<div class="swiper-slide client-list" >
|
|
|
<div th:each="c,cl:${clist1}" >
|
|
|
- <img th:if="${cl.index} < 6" th:src="|${avatarUploadHost}${c.pictureUrl}" /></div>
|
|
|
+ <img th:if="${cl.index} < 6" th:src="${avatarUploadHost}+${c.pictureUrl}" /></div>
|
|
|
</div>
|
|
|
|
|
|
<div class="swiper-slide client-list" >
|
|
|
<div th:each="c,cl:${clist2}" >
|
|
|
- <img th:if="${cl.index} < 6" th:src="|${avatarUploadHost}${c.pictureUrl}" /></div>
|
|
|
+ <img th:if="${cl.index} < 6" th:src="${avatarUploadHost}+${c.pictureUrl}" /></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="swiper-pagination"></div>
|
|
|
@@ -605,7 +605,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="item_img">
|
|
|
- <img th:src="|${avatarUploadHost}${gs1.pictureUrl}">
|
|
|
+ <img th:src="${avatarUploadHost}+${gs1.pictureUrl}">
|
|
|
</div>
|
|
|
</a>
|
|
|
<a class="more_button" th:href="@{/news}">查看更多</a>
|
|
|
@@ -618,7 +618,7 @@
|
|
|
<!-- 公司新闻 -->
|
|
|
<ul class="active news-list-it">
|
|
|
<li th:each="gs:${gs2}">
|
|
|
- <a th:href="${'/news/'+gs.id}">
|
|
|
+ <a th:href="${'/news/'+gs.id}" target="_blank" >
|
|
|
<div class="newsitem">
|
|
|
<span class="time" th:text="${gs.releaseTimeConvert}">11-07</span>
|
|
|
<h4 class="title" ><em style="margin-right: 15px;">●</em><span th:text="${gs.title}">咨询行业2020迎来新转机!!!</span></h4>
|
|
|
@@ -635,7 +635,7 @@
|
|
|
<!-- 行业新闻 -->
|
|
|
<ul class="news-list-it">
|
|
|
<li th:each="y:${hy}">
|
|
|
- <a th:href="${'/news/'+y.id}">
|
|
|
+ <a th:href="${'/news/'+y.id}" target="_blank" >
|
|
|
<div class="newsitem">
|
|
|
<span class="time" th:text="${y.releaseTimeConvert}">11-07</span>
|
|
|
<h4 class="title" ><em style="margin-right: 15px;">●</em><span th:text="${y.title}">咨询行业2020迎来新转机!!!</span></h4>
|
|
|
@@ -660,10 +660,10 @@
|
|
|
<div class="swiper-container" id="swiper22">
|
|
|
<div class="swiper-wrapper">
|
|
|
<div class="swiper-slide hezuo-list">
|
|
|
- <div th:each="o:${orgList1}"><img th:src="|${avatarUploadHost}${o.pictureUrl}" /></div>
|
|
|
+ <div th:each="o:${orgList1}"><img th:src="${avatarUploadHost}+${o.pictureUrl}" /></div>
|
|
|
</div>
|
|
|
<div class="swiper-slide hezuo-list">
|
|
|
- <div th:each="o:${orgList2}"><img th:src="|${avatarUploadHost}${o.pictureUrl}" /></div>
|
|
|
+ <div th:each="o:${orgList2}"><img th:src="${avatarUploadHost}+${o.pictureUrl}" /></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="swiper-pagination"></div>
|
|
|
@@ -671,10 +671,10 @@
|
|
|
<div class="swiper-container" id="swiper23">
|
|
|
<div class="swiper-wrapper">
|
|
|
<div class="swiper-slide hezuo-list">
|
|
|
- <div th:each="o,org:${orgList1}"><img th:if="${org.index} < 6" th:src="|${avatarUploadHost}${o.pictureUrl}" /></div>
|
|
|
+ <div th:each="o,org:${orgList1}"><img th:if="${org.index} < 6" th:src="${avatarUploadHost}+${o.pictureUrl}" /></div>
|
|
|
</div>
|
|
|
<div class="swiper-slide hezuo-list">
|
|
|
- <div th:each="o,org:${orgList2}"><img th:if="${org.index} < 6" th:src="|${avatarUploadHost}${o.pictureUrl}" /></div>
|
|
|
+ <div th:each="o,org:${orgList2}"><img th:if="${org.index} < 6" th:src="${avatarUploadHost}+${o.pictureUrl}" /></div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|