|
|
@@ -41,7 +41,7 @@
|
|
|
<div class="carousel-inner">
|
|
|
<th:block th:each="banner,bannerStat:${banners}">
|
|
|
<div class="item" th:classappend="${bannerStat.first?'active':''}">
|
|
|
- <img th:src="${portalHost + banner.imgurl}" th:alt="${banner.text}">
|
|
|
+ <img th:src="${staticDomain +'/upload'+ banner.imgurl}" th:alt="${banner.text}">
|
|
|
</div>
|
|
|
</th:block>
|
|
|
</div>
|
|
|
@@ -49,7 +49,7 @@
|
|
|
<a class="carousel-control right" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
|
|
|
</div>
|
|
|
<div class="banner-item" th:if="${banners!=null && banners.size()==1}">
|
|
|
- <img th:src="${portalHost + banners[0].imgurl}" th:alt="${banners[0].text}">
|
|
|
+ <img th:src="${staticDomain +'/upload'+ banners[0].imgurl}" th:alt="${banners[0].text}">
|
|
|
</div>
|
|
|
<div class="banner-item" th:if="${banners==null}">
|
|
|
<img th:src="${portalHost + '/img/technologyTrading_index_banner.jpg'}" alt="First slide">
|