anderx лет назад: 4
Родитель
Сommit
a53197a847

+ 1 - 1
src/main/java/com/kede/common/controller/WebpageController.java

@@ -206,7 +206,7 @@ public class WebpageController extends BaseController {
 	 * @param modelview
 	 * @return
 	 */
-	@RequestMapping(value = "/service", method = RequestMethod.GET)
+	@RequestMapping(value = "/service/jszy", method = RequestMethod.GET)
 	@SuppressWarnings("unchecked")
 	public ModelAndView portalProductService(HttpServletRequest request, ModelAndView modelview,Integer id) {
 		modelview.setViewName("/portal/service/jszy");

+ 2 - 2
src/main/resources/props/config_local.properties

@@ -61,9 +61,9 @@ template.cacheable=false
 avatar.upload.host=//172.16.0.255:3000/upload
 #连接开�
 
-#portal.host=//kedejs.jishutao.com/portal/1.0.20
+portal.host=//kedejs.jishutao.com/portal/1.0.21
 #portal.host=//172.16.0.52/portal/1.0.19
-portal.host=//172.16.0.255:3000/1.0.21
+#portal.host=//172.16.0.255:3000/1.0.21
 
 static.host=//kedejs.jishutao.com/client/1.0.5
 #static.host=//172.16.0.52/client/1.0.5

+ 9 - 9
src/main/webapp/WEB-INF/views/common.html

@@ -35,6 +35,7 @@
             <ul>
                 <li><a th:href="${basePath + '/'}">首页</a></li>
                 <li><a th:href="${basePath + '/service'}">产品中心</a></li>
+<!--                <li><a href="javascript:void(0);">产品中心</a></li>-->
                 <li><a th:href="${basePath + '/strategic'}">战略合作</a></li>
                 <li><a th:href="${basePath + '/client'}">服务客户</a></li>
                 <li><a th:href="${basePath + '/news'}">新闻动态</a></li>
@@ -54,8 +55,7 @@
             <div class="nav-dog"></div>
             <li><a th:href="${basePath+'/'}">首页</a></li>
             <li class="product_nav">
-                <a th:href="${basePath+'/service'}">产品中心</a>
-
+                <a href="javascript:void(0);">产品中心</a>
             </li>
             <li><a th:href="${basePath+'/strategic'}">战略合作</a></li>
             <li><a th:href="${basePath+'/client'}">服务客户</a></li>
@@ -73,13 +73,13 @@
                 <div class="">
                     <p>技术转移</p>
                     <ul>
-                        <li><a th:href="${basePath+'/service?0'}">技术需求</a></li>
-                        <li><a th:href="${basePath+'/service?1'}">成果推介</a></li>
-                        <li><a th:href="${basePath+'/service?2'}">承接活动</a></li>
-                        <li><a th:href="${basePath+'/service?3'}">技术合同登记(免费)</a></li>
-                        <li><a th:href="${basePath+'/service?4'}">院士工作站</a></li>
-                        <li><a th:href="${basePath+'/service?5'}">博士工作站</a></li>
-                        <li><a th:href="${basePath+'/service?6'}">国外高精尖人才引进</a></li>
+                        <li><a th:href="${basePath+'/service/jszy?0'}">技术需求</a></li>
+                        <li><a th:href="${basePath+'/service/jszy?1'}">成果推介</a></li>
+                        <li><a th:href="${basePath+'/service/jszy?2'}">承接活动</a></li>
+                        <li><a th:href="${basePath+'/service/jszy?3'}">技术合同登记(免费)</a></li>
+                        <li><a th:href="${basePath+'/service/jszy?4'}">院士工作站</a></li>
+                        <li><a th:href="${basePath+'/service/jszy?5'}">博士工作站</a></li>
+                        <li><a th:href="${basePath+'/service/jszy?6'}">国外高精尖人才引进</a></li>
                     </ul>
                 </div>
             </div>

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

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

+ 3 - 1
src/main/webapp/WEB-INF/views/portal/service/zczx.html

@@ -4,7 +4,9 @@
 <head th:replace="common::header(~{::title},~{::link},~{::meta})">
     <meta charset="UTF-8">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
-    <title>产品中心</title>
+    <title>政策解读_政策咨询 - 科德集团</title>
+    <meta name="Keywords" Content="政策解读,政策咨询,政策研究机构"/>
+    <meta name="description" Content="湖南科德信息咨询集团有限公司致力于为企业提供综合政策咨询服务。"/>
     <!-- 轮播图 -->
     <link rel="stylesheet" th:href="${portalHost+'/css/swiper.min.css'}">
     <!-- 二级页面CSS -->