albertshaw 8 years ago
parent
commit
289d0c8dd1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/WEB-INF/views/portal/technologyTrading/index.html

+ 2 - 2
src/main/webapp/WEB-INF/views/portal/technologyTrading/index.html

@@ -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">