limin 7 lat temu
rodzic
commit
6dc11b2d10

+ 1 - 1
src/main/resources/props/config_test.properties

@@ -53,7 +53,7 @@ session.timeout=12000000
 session.validate.timespan=18000000
 
 app.name=AFT
-app.mobile.website=http://m.kedexinxi.com
+app.mobile.website=http://m.jishutao.com
 template.cacheable=false
 
 static.host=//statics.jishutao.com/client/1.0.0

Plik diff jest za duży
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/index.html


Plik diff jest za duży
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/service/patent.html


Plik diff jest za duży
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/service/serviceIndex.html


+ 3 - 3
src/main/webapp/WEB-INF/views/portal/technologyTrading/achievement.html

@@ -78,7 +78,7 @@
 		<div class="carousel-inner" th:each="banner,bStatus:${abannerlist}">
 			<div class="item active">
 				<a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
-				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
+				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
 			</div>
 		</div>
 	</div>
@@ -93,11 +93,11 @@
 			<div class="item active" th:each="banner,bStatus:${abannerlist}" th:if="${bStatus.first}">
 			<!-- /portal/continueHigh  /portal/militaryProject   /portal/practicalPatent -->
 				<a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
-				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
+				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
 			</div>
 			<div class="item" th:each="banner,bStatus:${abannerlist}" th:unless="${bStatus.first}">
 				<a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
-				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
+				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
 			</div>
 		</div>
 		<!-- 轮播(Carousel)导航 -->

+ 3 - 3
src/main/webapp/WEB-INF/views/portal/technologyTrading/demand.html

@@ -76,7 +76,7 @@
 		<div class="carousel-inner" th:each="banner,bStatus:${dbannerlist}">
 			<div class="item active">
 				<a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
-				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
+				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
 			</div>
 		</div>
 	</div>
@@ -91,11 +91,11 @@
 			<div class="item active" th:each="banner,bStatus:${dbannerlist}" th:if="${bStatus.first}">
 			<!-- /portal/continueHigh  /portal/militaryProject   /portal/practicalPatent -->
 				<a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
-				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
+				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
 			</div>
 			<div class="item" th:each="banner,bStatus:${dbannerlist}" th:unless="${bStatus.first}">
 				<a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
-				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''" th:href="javascript:;"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
+				<a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
 			</div>
 		</div>
 		<!-- 轮播(Carousel)导航 -->

Plik diff jest za duży
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/technologyTrading/tradingIndex.html