Browse Source

Merge branch 'master' of ssh://git.jishutao.com:55555/jishutao/jitao-portal

dengzhiguo 6 years ago
parent
commit
afede8eec3
42 changed files with 1446 additions and 228 deletions
  1. 1123 92
      package-lock.json
  2. 2 0
      package.json
  3. 3 0
      src/css/newMenu/achievement.css
  4. 49 5
      src/css/newMenu/demand.css
  5. 14 9
      src/css/newMenu/patent.css
  6. 2 1
      src/css/newMenu/patentList.css
  7. 3 0
      src/css/newMenu/serviceDetails.css
  8. 2 5
      src/css/newMenu/serviceList.css
  9. 6 6
      src/css/newMenu/tradingIndex.css
  10. 2 2
      src/js/index.js
  11. 1 1
      src/js/newMenu/achievement.js
  12. 2 2
      src/js/newMenu/achievementList.js
  13. 1 1
      src/js/newMenu/adviser.js
  14. 2 2
      src/js/newMenu/adviserDetail.js
  15. 2 2
      src/js/newMenu/adviserList.js
  16. 2 2
      src/js/newMenu/companyProfile.js
  17. 2 2
      src/js/newMenu/continueHigh.js
  18. 1 1
      src/js/newMenu/continueHighApp.js
  19. 1 1
      src/js/newMenu/demand.js
  20. 2 2
      src/js/newMenu/demandList.js
  21. 2 2
      src/js/newMenu/evaluate.js
  22. 1 1
      src/js/newMenu/index.js
  23. 1 1
      src/js/newMenu/patent.js
  24. 24 18
      src/js/newMenu/patentList.js
  25. 1 1
      src/js/newMenu/safeguarding.js
  26. 2 2
      src/js/newMenu/serviceDetails.js
  27. 13 6
      src/js/newMenu/serviceList.js
  28. 1 1
      src/js/newMenu/services.js
  29. 2 2
      src/js/newMenu/shopList.js
  30. 1 1
      src/js/newMenu/tradingIndex.js
  31. 2 2
      src/js/register.js
  32. 2 2
      src/js/search.js
  33. 2 2
      src/js/service.js
  34. 2 2
      src/js/technologyTrading/achievement.js
  35. 2 2
      src/js/technologyTrading/achievementDetail.js
  36. 2 2
      src/js/technologyTrading/demandDetail.js
  37. 2 2
      src/js/thinkTank.js
  38. 2 2
      src/js/thinkTank/policyDetail.js
  39. 67 0
      webpack-dll.config.js
  40. 49 7
      webpack.config.js
  41. 10 0
      webpack/dir.config.js
  42. 34 34
      webpack/entry.config.js

File diff suppressed because it is too large
+ 1123 - 92
package-lock.json


+ 2 - 0
package.json

@@ -47,7 +47,9 @@
     "bootstrap": "^3.3.7",
     "bootstrap-loader": "^2.1.0",
     "bootstrap-sass": "^3.3.7",
+    "copy-webpack-plugin": "^4.5.2",
     "echarts": "^3.6.2",
+    "html-webpack-include-assets-plugin": "^1.0.4",
     "jquery": "^3.1.1",
     "laypage": "^1.1.5"
   }

+ 3 - 0
src/css/newMenu/achievement.css

@@ -27,7 +27,9 @@
 }
 .newRelease ul li{
     width: 204px;
+    height: 253px;
     transition: all .5s ease-in;
+    box-shadow: 0 0 4px #ccc;
 }
 .newRelease ul li img{
     width: 204px;
@@ -672,6 +674,7 @@ hr{
     margin: 0 10px 10px;;
     padding: 0;
     transition: all .2s ease-in-out;
+    box-shadow: 0 0 4px #ccc;
 }
 .patentList ul li:hover{
     box-shadow: 0 4px 10px #ccc;

+ 49 - 5
src/css/newMenu/demand.css

@@ -319,10 +319,16 @@
 .enterprise {
     padding-bottom: 20px;
 }
-.enterprise .col-md-2{
+.enterprise .row{
+    display: flex;
+    display: -webkit-flex;
+    justify-content: space-around;
+}
+.enterprise .colMd2{
+    width: 204px;
     padding-right: 0;
 }
-.enterprise .col-md-2 img{
+.enterprise .colMd2 img{
     width: 100%;
     height:500px;
 }
@@ -342,20 +348,29 @@
 
 .imgGroup {
     box-sizing: border-box;
+    width: 1000px;
+    padding-right: 0px;
 }
 
 .imgGroup ul {
     box-sizing: border-box;
+    
 }
 
 .imgGroup ul li {
+    float: left;
     padding: 0 5px;
     display: inline-block;
     overflow: hidden;
-    width: 24.6%;
-    margin-bottom: 30px;
+    width: 240px;
+    margin-left: 8px;
+    padding-top: 5px;
+    margin-right: 0;
+    margin-bottom:8px;
     transition: all .2s ease-in;
+    box-shadow: 0 0 2px #ccc;
 }
+
 .imgGroup ul li:hover{
     transition: all .2s ease-in;
     box-shadow: 0 5px 10px #ccc;
@@ -493,8 +508,18 @@
 /* 产学研合作需求 */
 .studyTxt{
     padding-left: 10px;
+    display: flex;
+    display: -webkit-flex;
+}
+.studyTxt .colSm10{
+    width: 1000px;
+}
+.studyTxt .colSm10 .row{
+    margin: 0
 }
 .studyTxt ul li{
+    width: 332px;
+    float: left;
     box-sizing: border-box;
     height:110px;
     overflow: hidden;
@@ -666,11 +691,30 @@
     height: 280px;
 }
 .technology.row{
-    margin-right: 0
+    margin-right: 0;
+    display: flex;
+    display: -webkit-flex;
+    justify-content: space-between;
+}
+.technology .colSm2{
+    width: 180px;
+}
+.technology .colSm10{
+    width: 1100px;
+    padding-left: 20px;
+}
+.technology .colSm10 .row{
+    margin: 0;
+}
+.technology ol li:nth-child(3n+1){
+    margin-left: 0;
 }
 .technology ol li{
+    float: left;
+    width: 330px;
     height: 136px;
     margin-bottom: 8px;
+    margin-left: 10px;
     transition: all .2s ease-in-out;
 }
 .technology ol li:hover div{

+ 14 - 9
src/css/newMenu/patent.css

@@ -288,6 +288,7 @@
     z-index: 25;
     overflow: hidden;
     transition: all .2s ease-in;
+    border-top: 1px solid #e0e0e0;
 }
 .newRelease li:nth-child(2n+1) .newReleaseImgs{
     width: 100%;
@@ -298,6 +299,7 @@
     z-index: 25;
     overflow: hidden;
     transition: all .2s ease-in;
+    border-bottom: 1px solid #e0e0e0;
 }
 .newRelease li:nth-child(2n+1) .txt{
     width: 100%;
@@ -314,11 +316,10 @@
     top: 0;
     left: 0;
     z-index: 26;
-    /* border-top: 1px solid #e0e0e0; */
 }
 .newRelease li:nth-child(2n+1) .txt .triangle_border_up{
     position: absolute;
-    top: 17px;
+    top: 18px;
     left: 42px;
     z-index: 60;
 
@@ -326,10 +327,9 @@
 .newRelease li:nth-child(2n) .txt .triangle_border_up{
     position: absolute;
     transform: rotate(180deg);
-    bottom: 17px;
+    bottom: 18px;
     left:42px;
     z-index: 60;
-
 }
 .newRelease li div img{
     width: 100%;
@@ -342,7 +342,8 @@
     height:0;
     border-width:0 14px 14px;
     border-style:solid;
-    border-color:transparent transparent #fff;/*透明 透明  灰*/
+    border-color:transparent transparent #1697e9;/*透明 透明  灰*/
+    
 }
 .newRelease li .txt .triangle{
     width: 18px;height: 12px;
@@ -397,7 +398,7 @@
     background-size:100% 100%;
     margin-top: 24px;
     margin-bottom: 64px; 
-    padding-top: 46px;
+    padding-top: 35px;
 }
 
 .patentService .patentServiceList ul{
@@ -408,16 +409,17 @@
 }
 .patentService .patentServiceList ul li{
     width: 370px;
-    height: 400px;
+    height: 430px;
     background: #ffffff;
     transition: all .2s ease-in;
+    box-shadow: 0 0 4px #ccc;
 }
 .patentServiceList ul li:hover p{
     color: #1697e9!important;
 }
 .patentService .patentServiceList ul li div{
     width: 100%;
-    height: 320px;
+    height: 350px;
     overflow: hidden;
 }
 .patentService .patentServiceList ul li p{
@@ -504,10 +506,11 @@
     height: 380px;
     background: #ffffff;
     transition: all .2s ease-in;
+    box-shadow:0 0 4px #ccc;
 }
 .trademarkList li div{
     width: 100%;
-    height: 288px;
+    height: 274px;
     overflow: hidden;
 }
 .trademarkList li div img{
@@ -548,6 +551,7 @@
 }
 
 .copyright ul{
+    height:402px;
     display: flex;
     display: -webkit-flex;
     justify-content: space-between;
@@ -558,6 +562,7 @@
     width: 360px;
     background: #ffffff;
     transition: all .2s ease-in;
+    box-shadow: 0 0 4px #ccc;
 }
 .copyright ul li div{
     width: 100%;

+ 2 - 1
src/css/newMenu/patentList.css

@@ -162,6 +162,7 @@
 }
 
 .achievementHot>ul>li {
+    cursor: pointer;
     float: left;
     width: 308px;
     margin-left: 37px;
@@ -203,7 +204,7 @@
 
 }
 .achievementHot ul li:hover{
-    transform: scale(1.005);
+    transform: scale(1.001);
     box-shadow: 1px 1px 0 #f5f5f5, 2px 2px 0 #c9c9c9, 3px 3px 0 #bbb, 4px 4px 0 #b9b9b9, 5px 5px 0 #aaa,
     6px 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 1px 1px 3px rgba(0, 0, 0, .3), 3px 3px 5px rgba(0, 0, 0, .2),
     5px 5px 10px rgba(0, 0, 0, .25), 10px 10px 10px rgba(0, 0, 0, .2), 20px 20px 20px rgba(0, 0, 0, .15);

+ 3 - 0
src/css/newMenu/serviceDetails.css

@@ -435,6 +435,9 @@ margin-bottom: 100px;
     border-color:transparent; 
     box-shadow: 0 0 10px #1697ea ;
 }
+.CommentSend{
+    height: 34px;
+}
 .CommentSend button{
     width: 150px;
     height: 34px;

+ 2 - 5
src/css/newMenu/serviceList.css

@@ -184,6 +184,7 @@
 }
 
 .achievementHot>ul>li {
+    cursor: pointer;
     float: left;
     width: 308px;
     margin-left: 37px;
@@ -217,8 +218,7 @@
     padding: 10px 2px 0;
 }
 .achievementHot ul li:hover{
-    /* box-shadow: 0 0 20px #ccc; */
-    transform: scale(1.005);
+    transform: scale(1.001);
     box-shadow: 1px 1px 0 #f5f5f5, 2px 2px 0 #c9c9c9, 3px 3px 0 #bbb, 4px 4px 0 #b9b9b9, 5px 5px 0 #aaa,
     6px 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 1px 1px 3px rgba(0, 0, 0, .3), 3px 3px 5px rgba(0, 0, 0, .2),
     5px 5px 10px rgba(0, 0, 0, .25), 10px 10px 10px rgba(0, 0, 0, .2), 20px 20px 20px rgba(0, 0, 0, .15);
@@ -499,9 +499,6 @@
 .txtIntroduce .btnTxts>span{
    float: right;
 }
-.txtIntroduce .btnTxts a:hover{
-    color: #0a7dd4;
-}
 
 
 

+ 6 - 6
src/css/newMenu/tradingIndex.css

@@ -77,7 +77,7 @@
     left:0px;
     z-index: 30;
 }
-.patentAchievementList .patentAchievLeft img:after{
+.patentAchievementList .patentAchievLeft>img::after{
     content: '';
     width: 45px;
     height: 45px;
@@ -88,7 +88,7 @@
     transform: rotate(45deg);
     box-shadow: -2px 10px 20px #ccc;
 }
-.patentAchievementList .patentAchievLeft img:before{
+.patentAchievementList .patentAchievLeft>img::before{
     content: '';
     width: 45px;
     height: 45px;
@@ -238,7 +238,7 @@
 .patentSolveBody ul{
     position: absolute;
     right: 0;
-    top: 35%;
+    top: 33%;
     transform: translateY(-50%);
     height:246px; 
     width:660px;
@@ -250,7 +250,7 @@
 
 .patentSolveBody ul li{
    width: 320px;
-   height: 320px;
+   height: 345px;
    background: #ffffff;
    transition: all .2s ease-in
 }
@@ -258,7 +258,7 @@
     position: relative;
     z-index: 40;
     width: 100%;
-    height:  270px;
+    height:  290px;
     overflow: hidden;
 }
 .patentSolveBody ul li div img{
@@ -562,7 +562,7 @@
 .demandJump{
     width: 410px;
     position: absolute;
-    bottom: 38px;
+    bottom: 24px;
     left: 50%;
     margin-left: -60px;
 }

+ 2 - 2
src/js/index.js

@@ -1,5 +1,5 @@
-import '../css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import '../css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import '../css/newMenu/public.css'; 
 import '../css/newMenu/header.css'; 
 import '../css/index_home.css';

+ 1 - 1
src/js/newMenu/achievement.js

@@ -1,4 +1,4 @@
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 2 - 2
src/js/newMenu/achievementList.js

@@ -3,8 +3,8 @@
  * 	@update:2018/05/19
  * 
  */
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/achievementList.css';

+ 1 - 1
src/js/newMenu/adviser.js

@@ -3,7 +3,7 @@
  * 	@update:2018/09/07
  * 
  */
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 2 - 2
src/js/newMenu/adviserDetail.js

@@ -3,8 +3,8 @@
  * 	@update:2018/06/20
  * 
  */
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/adviserDetail.css';

+ 2 - 2
src/js/newMenu/adviserList.js

@@ -3,8 +3,8 @@
  * 	@update:2018/09/07
  * 
  */
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/adviserList.css';

+ 2 - 2
src/js/newMenu/companyProfile.js

@@ -1,5 +1,5 @@
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/companyProfile.css';

+ 2 - 2
src/js/newMenu/continueHigh.js

@@ -3,8 +3,8 @@
  * 	@update:2018/07/23
  * 
  */
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/landingPage/continueHigh.css';

+ 1 - 1
src/js/newMenu/continueHighApp.js

@@ -3,7 +3,7 @@
  * 	@update:2018/07/23
  * 
  */
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'css/newMenu/public.css';
 import 'css/newMenu/landingPage/continueHighApp.css';
 $(function(){

+ 1 - 1
src/js/newMenu/demand.js

@@ -1,7 +1,7 @@
 /* 
     @update:2018/06/04
 */
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 2 - 2
src/js/newMenu/demandList.js

@@ -3,8 +3,8 @@
  * 	@update:2018/05/19
  * 
  */
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/achievementList.css';

+ 2 - 2
src/js/newMenu/evaluate.js

@@ -1,5 +1,5 @@
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/highTech.css';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 1 - 1
src/js/newMenu/index.js

@@ -1,4 +1,4 @@
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 1 - 1
src/js/newMenu/patent.js

@@ -1,4 +1,4 @@
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 24 - 18
src/js/newMenu/patentList.js

@@ -3,8 +3,8 @@
  * 	@update:2018/07/23
  * 
  */
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/patentList.css';
@@ -204,24 +204,22 @@ $(function () {
                     for (let i = 0; i < nub; i++) {
                         let thisdata = data.data.list[i];
                         theArrs.push(`
-                        <li>
-                            <a href="${globalConfig.context}/portal/service/patentDetail?id=${thisdata.id}">
-                                <div class="img serviceImg">
-									${thisdata.maxImgUrl&&thisdata.maxImgUrl!=null?'<img src="'+globalConfig.avatarHost+'/upload'+thisdata.maxImgUrl+'"/>':''}
+                        <li dataId="${thisdata.id}">
+                            <div class="img serviceImg">
+                                ${thisdata.maxImgUrl&&thisdata.maxImgUrl!=null?'<img src="'+globalConfig.avatarHost+'/upload'+thisdata.maxImgUrl+'"/>':''}
+                            </div>
+                            <div class="txtIntroduce">
+                                <div class="txts">
+                                    <h5>${thisdata.name}</h5>
                                 </div>
-                                <div class="txtIntroduce">
-                                    <div class="txts">
-                                        <h5>${thisdata.name}</h5>
-                                    </div>
-                                    <div class="btnTxt">
-                                         <p>
-                                            <span class="companyImg"></span>
-                                            <a href="javascript:(0)" class="companyName">${thisdata.companyName}</a>
-                                            <span class="number">销量 : ${thisdata.dealCount?thisdata.dealCount:0}</span>
-                                         </p>
-                                    </div>
+                                <div class="btnTxt">
+                                        <p>
+                                        <span class="companyImg"></span>
+                                        <a href="javascript:(0)" class="companyName">${thisdata.companyName}</a>
+                                        <span class="number">销量 : ${thisdata.dealCount?thisdata.dealCount:0}</span>
+                                        </p>
                                 </div>
-                            </a>
+                            </div>
                         </li>
                         `);
                     };
@@ -261,9 +259,17 @@ $(function () {
                 };
                 $('.pageNumber').remove();
                 $('.pagePre').after(pageArr.join(''));
+                urlDetaile();
             }
         });
     }
+    //详情跳转
+    function urlDetaile(){
+        $('.achievementHot ul li').click(function(){
+            let ids = $(this).attr('dataId');
+            window.location.href=globalConfig.context+'/portal/service/patentDetail?id='+ids;
+        })
+    };
     //时间转换
     function formatDuring(mss) {
         var days = parseInt(mss / (1000 * 60 * 60 * 24));

+ 1 - 1
src/js/newMenu/safeguarding.js

@@ -1,4 +1,4 @@
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 2 - 2
src/js/newMenu/serviceDetails.js

@@ -3,8 +3,8 @@
  * 	@update:2018/06/20
  * 
  */
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/serviceDetails.css';

+ 13 - 6
src/js/newMenu/serviceList.js

@@ -3,8 +3,8 @@
  * 	@update:2018/06/20
  * 
  */
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/serviceList.css';
@@ -189,9 +189,9 @@ $(function () {
                         let thisdata = data.data.list[i],
                              news = formatDuring(times)-formatDuring(thisdata.releaseDate);
                              var introd=thisdata.introduce?(thisdata.introduce).replace(/<\/?.+?>/g,""):thisdata.introduce;
+                           //  <a href="${globalConfig.context}/portal/service/serviceDetail?id=${thisdata.id?thisdata.id:''}">
                         theArrs.push(`
-                        <li>
-                            <a href="${globalConfig.context}/portal/service/serviceDetail?id=${thisdata.id?thisdata.id:''}">
+                        <li dataId="${thisdata.id}">
                                 <div class="img serviceImg">
 									${thisdata.maxImgUrl&&thisdata.maxImgUrl!=null?'<img src="'+globalConfig.avatarHost+'/upload'+thisdata.maxImgUrl+'"/>':''}
                                     <span style="display:${news>7?'none':'block'}"></span>
@@ -201,11 +201,10 @@ $(function () {
                                         <h5>${thisdata.name}</h5>
                                     </div>
                                     <div class="btnTxts">
-                                        <a href="javascript:(0)" class="companyName"><span class="glyphicon glyphicon-user"></span>${thisdata.companyName}</a>
+                                        <a href="javascript:(0)" class="companyName"><span class="glyphicon glyphicon-user"></span>${thisdata.companyName?thisdata.companyName:''}</a>
                                         <span class="number">销量 : ${thisdata.dealCount?thisdata.dealCount:0}</span>
                                     </div> 
                                 </div>
-                            </a>
                         </li>`);
                     };
                 };
@@ -245,9 +244,17 @@ $(function () {
                 };
                 $('.pageNumber').remove();
                 $('.pagePre').after(pageArr.join(''));
+                urlDetaile();
             }
         });
     }
+    //跳转详情函数
+    function urlDetaile(){
+        $('.hotList li').click(function(){
+            let idUrl = $(this).attr('dataId');
+            window.location.href=globalConfig.context+'/portal/service/serviceDetail?id='+idUrl;
+        })
+    }
     //时间转换
     function formatDuring(mss) {
         var days = parseInt(mss / (1000 * 60 * 60 * 24));

+ 1 - 1
src/js/newMenu/services.js

@@ -1,4 +1,4 @@
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css';

+ 2 - 2
src/js/newMenu/shopList.js

@@ -1,5 +1,5 @@
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/shopList.css';

+ 1 - 1
src/js/newMenu/tradingIndex.js

@@ -1,4 +1,4 @@
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 2 - 2
src/js/register.js

@@ -1,5 +1,5 @@
-import '../css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import '../css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import '../css/register.css';

+ 2 - 2
src/js/search.js

@@ -1,5 +1,5 @@
-import '../css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import '../css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import '../css/newMenu/public.css'; 
 import '../css/newMenu/header.css'; 
 import '../css/search.css';

+ 2 - 2
src/js/service.js

@@ -1,5 +1,5 @@
-import '../css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import '../css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import '../css/public.css';
 import '../css/service.css';
 import '../css/main_banner.css';

+ 2 - 2
src/js/technologyTrading/achievement.js

@@ -1,5 +1,5 @@
-import '../../css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import '../../css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import '../../css/public.css';
 import '../../css/main_banner.css';
 import '../../js/public.js';

+ 2 - 2
src/js/technologyTrading/achievementDetail.js

@@ -1,5 +1,5 @@
-import 'css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import 'css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/main_banner.css';

+ 2 - 2
src/js/technologyTrading/demandDetail.js

@@ -1,5 +1,5 @@
-import '../../css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import '../../css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import '../../css/main_banner.css';

+ 2 - 2
src/js/thinkTank.js

@@ -1,5 +1,5 @@
-import '../css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import '../css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css';
 import '../css/main_banner.css';

+ 2 - 2
src/js/thinkTank/policyDetail.js

@@ -1,5 +1,5 @@
-import '../../css/bootstrap.less';
-import 'bootstrap/dist/js/bootstrap.js';
+// import '../../css/bootstrap.less';
+// import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import '../../css/main_banner.css';

+ 67 - 0
webpack-dll.config.js

@@ -0,0 +1,67 @@
+const webpack = require('webpack');
+const ExtractTextPlugin = require('extract-text-webpack-plugin');
+const dirVars = require('./webpack/dir.config.js');
+var path = require('path');
+const version = require('./package.json').version;
+const argv = require('yargs').argv;
+
+let theme = {
+  '@primary-color': '#58a3ff',
+  '@link-color': '#58a3ff'
+};
+module.exports = (function () {
+	let staticHost = 'http://192.168.0.188:8088';    
+    switch (argv.env.deploy) {
+        case 'test':
+            staticHost = 'http://statics.jishutao.com';
+            break;
+        case 'prod':
+            staticHost = 'http://ss.jishutao.com';
+            break;
+        default:
+            break;
+    }
+	staticHost = staticHost + '/client/' + version + '/';
+	theme['@icon-url'] = '"' + staticHost + 'css/iconfont/iconfont"'
+  var dllContext = path.resolve(dirVars.dllDir, './' + argv.env.deploy);
+  return {
+    output: {
+      path: dllContext,
+      filename: 'vendors.js',
+      library: 'vendors', // 当前Dll的所有内容都会存放在这个参数指定变量名的一个全局变量下,注意与DllPlugin的name参数保持一致
+    },
+    entry: {
+      dll: [
+        'jquery',
+        'bootstrap/dist/css/bootstrap.css',
+      ],
+    },
+    plugins: [
+      new webpack.DllPlugin({
+        path: path.resolve(dllContext, 'manifest.json'), // 本Dll文件中各模块的索引,供DllReferencePlugin读取使用
+        name: 'vendors', // 当前Dll的所有内容都会存放在这个参数指定变量名的一个全局变量下,注意与参数output.library保持一致
+        context: dirVars.staticRootDir, // 指定一个路径作为上下文环境,需要与DllReferencePlugin的context参数保持一致,建议统一设置为项目根目录
+      }),
+      new ExtractTextPlugin({
+        filename: "vendors.css",
+        disable: false,
+        allChunks: true
+      }), // 打包css/less的时候会用到ExtractTextPlugin
+      new webpack.optimize.UglifyJsPlugin({
+        minimize: true,
+        compress: {
+          warnings: false,
+        },
+      }),
+      new webpack.DefinePlugin({
+        "process.env": {
+            NODE_ENV: JSON.stringify("production")
+        }
+      })
+    ],
+    module: require('./webpack/module.config.js')(theme),
+    resolve: {
+      extensions: ['.js', '.jsx']
+    }
+  }
+})();

+ 49 - 7
webpack.config.js

@@ -8,6 +8,10 @@ const version = require('./package.json').version;
 const argv = require('yargs').argv;
 const ImageminPlugin = require('imagemin-webpack-plugin').default;
 
+const CopyWebpackPlugin = require('copy-webpack-plugin');
+const dirVars = require('./webpack/dir.config.js');
+const HtmlWebpackIncludeAssetsPlugin = require('html-webpack-include-assets-plugin');
+
 let theme = {
     '@primary-color': '#58a3ff',
     '@link-color': '#58a3ff'
@@ -17,9 +21,46 @@ let isDev = isWatch || argv.env.deploy == 'dev';
 
 module.exports = (function () {
     let plugins = [
-        new webpack.optimize.CommonsChunkPlugin({
-            name: 'vendors'
+        // new webpack.optimize.CommonsChunkPlugin({
+        //     name: 'vendors',
+        //     minChunks: 4
+        // }),
+        // new webpack.optimize.CommonsChunkPlugin({
+        //     name: 'vendor',
+        //     minChunks: function (module) {
+        //       return (
+        //         module.resource &&
+        //         /\.js$/.test(module.resource) &&
+        //         module.resource.indexOf(
+        //           path.join(__dirname, '../node_modules')
+        //         ) === 0
+        //       )
+        //     }
+        // }),
+        // new webpack.optimize.CommonsChunkPlugin({
+        //     name: 'vendors',
+        //     chunks: ['vendor']
+        // }),
+
+        /* 配置好Dll */
+       new webpack.DllReferencePlugin({
+        context: dirVars.staticRootDir, // 指定一个路径作为上下文环境,需要与DllPlugin的context参数保持一致,建议统一设置为项目根目录
+        manifest: require('./dll/'+argv.env.deploy+'/manifest.json') // 指定manifest.json
+        }),
+        // 把dll文件复制到打包后的文件中
+        new CopyWebpackPlugin([
+            {
+                from: path.resolve('./dll/'+argv.env.deploy),
+                to: (__dirname, './'),
+                ignore: ['.*']
+            }
+        ]),
+        // 将 dll.js 插入HTML里
+        new HtmlWebpackIncludeAssetsPlugin({
+            assets: [(__dirname, 'vendors.js'),(__dirname, 'vendors.css')],
+            append: false
         }),
+
         new ExtractTextPlugin({
             filename: "[name].css",
             disable: false,
@@ -33,13 +74,14 @@ module.exports = (function () {
             title: '首页',
             filename: 'html/index.html',
             template: './template/index.html',
-            chunks: ['index', 'vendors']
+            chunks: ['vendors','index' ],
+            chunksSortMode:"dependency"
         }),
         new HtmlWebpackPlugin({
             title: '搜索页',
             filename: 'html/search.html',
             template: './template/search.html',
-            chunks: ['search', 'vendors']
+            chunks: ['vendors','search'],
         }),
         // new HtmlWebpackPlugin({
         //     title: '支付跳转页面',
@@ -354,7 +396,7 @@ module.exports = (function () {
             title: '高企自评',
             filename: 'html/evaluation/evaluate.html',
             template: './template/newMenu/evaluate.html',
-            chunks: ['evaluation/evaluate', 'vendors']
+            chunks: ['evaluation/evaluate','vendors']
         }),
         new HtmlWebpackPlugin({
             title: '知识产权顾问首页',
@@ -390,7 +432,7 @@ module.exports = (function () {
         }));
     }
 
-    let staticHost = 'http://192.168.0.190';
+    let staticHost = 'http://192.168.0.188';
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://statics.jishutao.com';
@@ -422,7 +464,7 @@ module.exports = (function () {
         plugins: plugins,
         devServer: {
             disableHostCheck: true,
-            host: '192.168.0.190',
+            host: '192.168.0.188',
             port: 80,
             allowedHosts: ['192.168.0.190', '192.168.0.99', '192.168.0.20'],
             headers: {

+ 10 - 0
webpack/dir.config.js

@@ -0,0 +1,10 @@
+var path = require('path');
+var moduleExports = {};
+
+// 源文件目录
+moduleExports.staticRootDir = path.resolve(__dirname, '../'); // 项目根目录
+moduleExports.dllDir = path.resolve(moduleExports.staticRootDir, './dll'); // 存放由各种不常改变的js/css打包而来的dll
+// 生成文件目录
+moduleExports.buildDir = path.resolve(moduleExports.staticRootDir, './build'); // 存放编译后生成的所有代码、资源(图片、字体等,虽然只是简单的从源目录迁移过来)
+
+module.exports = moduleExports;

+ 34 - 34
webpack/entry.config.js

@@ -39,141 +39,141 @@ module.exports = {
         'newMenu/adviser': './src/js/newMenu/adviser.js',
     },
     watch: {
-        'index': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'index': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/index.js'
         ],
-        'search': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'search': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/search.js'
         ],
-         'aboutUs': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+         'aboutUs': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/aboutUs.js'
         ],
-        'contactUs': ['webpack-dev-server/client?http://192.168.0.190',
+        'contactUs': ['webpack-dev-server/client?http://192.168.0.188',
             'webpack/hot/only-dev-server',
             './src/js/contactUs.js'
         ],
-        'register': ['webpack-dev-server/client?http://192.168.0.190',
+        'register': ['webpack-dev-server/client?http://192.168.0.188',
             'webpack/hot/only-dev-server',
             './src/js/register.js'
         ],
-        'thinkTank': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'thinkTank': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank.js'
         ],
-        'technologyTrading/achievementDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'technologyTrading/achievementDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/technologyTrading/achievementDetail.js'
         ],
-        'technologyTrading/demandDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'technologyTrading/demandDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/technologyTrading/demandDetail.js'
         ],
-        'thinkTank/policyDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'thinkTank/policyDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/policyDetail.js'
         ],
-        'thinkTank/thinkerDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'thinkTank/thinkerDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/thinkerDetail.js'
         ],
-        'thinkTank/policyList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'thinkTank/policyList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/policyList.js'
         ],
         // newsApp 
-        'news/newsDetailApp': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'news/newsDetailApp': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/news/newsDetailApp.js'
         ],
-        'news/appCognizance': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'news/appCognizance': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/news/appCognizance.js'
         ],
-        'news/agreement': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'news/agreement': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/news/agreement.js'
         ],
         /* 2018-06 新版科技需求 */
-        'newMenu/demand': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/demand': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/demand.js'
         ],
-        'newMenu/achievement': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/achievement': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/achievement.js'
         ],
-        'newMenu/achievementList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/achievementList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/achievementList.js'
         ],
-        'newMenu/demandList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/demandList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/demandList.js'
         ],
-        'newMenu/services': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/services': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/services.js'
         ],
-        'newMenu/serviceList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/serviceList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/serviceList.js'
         ],
-        'newMenu/serviceDetails': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/serviceDetails': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/serviceDetails.js'
         ],
-        'newMenu/shopList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/shopList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/shopList.js'
         ],
-        'newMenu/patentList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/patentList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/patentList.js'
         ],
-        'newMenu/tradingIndex': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/tradingIndex': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/tradingIndex.js'
         ],
-        'newMenu/patent': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/patent': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/patent.js'
         ],
-        'newMenu/companyProfile': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/companyProfile': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/companyProfile.js'
         ],
-        'newMenu/continueHigh': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/continueHigh': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/continueHigh.js'
         ],
-        'newMenu/practicalPatent': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/practicalPatent': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/continueHigh.js'
         ],
-        'newMenu/militaryProject': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/militaryProject': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/continueHigh.js'
         ],
-        'newMenu/safeguarding': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/safeguarding': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/safeguarding.js'
         ],
-        'evaluation/evaluate': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'evaluation/evaluate': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/evaluate.js'
         ],
-        'newMenu/adviserList': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/adviserList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/adviserList.js'
         ],
-        'newMenu/adviserDetail': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/adviserDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/adviserDetail.js'
         ],
-        'newMenu/adviser': ['webpack-dev-server/client?http://192.168.0.190', // WebpackDevServer host and port
+        'newMenu/adviser': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/adviser.js'
         ],