Browse Source

2020-5-8技淘修改

mentoswzq 4 years ago
parent
commit
26f77798a5

BIN
img/indedImg/zhuce_bj.png


BIN
img/indedImg/zhuce_bj副本.png


BIN
img/index/index_denglu.jpg


BIN
img/index/index_denglu副本.jpg


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "aft-portal",
-  "version": "1.0.1",
+  "version": "1.2.6",
   "description": "",
   "main": "index.js",
   "scripts": {

+ 441 - 194
src/css/inded.css

@@ -4,209 +4,456 @@ display:none;justify-content: space-between;background-color: #fff;}
 div.APP:hover>div.xialaewm{display:flex;}
 div.APP:hover{background-color: #fff;}*/
 
-.search-inp a.zaixian{right:150px;background-color: #1797E9;}
-.searchImg{position: absolute;top:7px;right:20px;z-index: 10;cursor: pointer;}
-.webkitDown{
-    width: 12px;
-    height: 8px;
-    display: inline-block;
-    background: url(../../img/index/index_down.jpg) no-repeat;
-    background-size:100% 100%; 
-    margin-left: 6px;
-}
-.jump{clear: both;list-style: none;}
-.jump>li{display: inline-block;font-size: 16px;line-height: 30px;margin-right:10px;}
-.jump>li>a{color:#757575;}
-.jump>li>a:hover{color:#1797E9}
-#terrace{width:100%;margin: 20px 0;}
-.terrace_title{width:1200px;height:50px;margin: 20px auto;text-align: center;}
-.terrace_cont{width:1200px;height:75px;margin: 0 auto;display: flex;justify-content: space-around;}
-.terrace_cont>div{width:400px;height:75px;display: flex;justify-content: flex-start;}
-.terraceH{margin-left: 15px;padding-top: 10px;}
-.terraceH>h4{margin-bottom: 10px;font-size: 17px;letter-spacing: 2px;font-weight: bold;}
-
-
-#apply{width:100%;margin-top: 40px;}
-.apply{width:1200px;height:300px;margin: 0 auto;display: flex;justify-content: space-between;}
-.apply_left{width:260px;height:300px;}
-.apply_right{width:915px;height:300px;display: flex;justify-content: flex-start;flex-wrap: wrap;}
-.apply_right>div>a{background-color:#F0F9FF;width:295px;height:145px;margin-left: 10px;
-display: flex;justify-content: space-around;padding: 35px 40px;}
-.apply_right>div>a>img{width:70px;height:75px;}
-.apply_right>div>a>h4{line-height: 70px;letter-spacing: 2px;font-size: 17px;font-weight: normal;color:#3C3E3E;
-width:120px;overflow: hidden;
-    white-space:nowrap; 
-    text-overflow:ellipsis; 
-    -o-text-overflow:ellipsis;}
-
-#wield{width:100%;margin-top: 40px;}
-.wield_cont{width:1200px;height:400px;margin: 20px auto;text-align: center;position: relative;z-index: 22;}
-.wield_cont .video{
-    position: absolute;
-    width: 600px;
-    height: 400px;
-    z-index: 30;
-    background: #000;
-    box-shadow: 0 0 3px  #000;
-}
-.wield_cont .video video{
-    width: 100%;
-    height: 100%;
-    display: inline-block;
-}  
+.search-inp a.zaixian {
+	right: 150px;
+	background-color: #1797E9;
+}
+
+.searchImg {
+	position: absolute;
+	top: 7px;
+	right: 20px;
+	z-index: 10;
+	cursor: pointer;
+}
+
+.webkitDown {
+	width: 12px;
+	height: 8px;
+	display: inline-block;
+	background: url(../../img/index/index_down.jpg) no-repeat;
+	background-size: 100% 100%;
+	margin-left: 6px;
+}
+
+.jump {
+	clear: both;
+	list-style: none;
+}
+
+.jump>li {
+	display: inline-block;
+	font-size: 16px;
+	line-height: 30px;
+	margin-right: 10px;
+}
+
+.jump>li>a {
+	color: #757575;
+}
+
+.jump>li>a:hover {
+	color: #1797E9
+}
+
+#terrace {
+	width: 100%;
+	margin: 20px 0;
+}
+
+.terrace_title {
+	width: 1200px;
+	height: 50px;
+	margin: 20px auto;
+	text-align: center;
+}
+
+.terrace_cont {
+	width: 1200px;
+	height: 75px;
+	margin: 0 auto;
+	display: flex;
+	justify-content: space-around;
+}
+
+.terrace_cont>div {
+	width: 400px;
+	height: 75px;
+	display: flex;
+	justify-content: flex-start;
+}
+
+.terraceH {
+	margin-left: 15px;
+	padding-top: 10px;
+}
+
+.terraceH>h4 {
+	margin-bottom: 10px;
+	font-size: 17px;
+	letter-spacing: 2px;
+	font-weight: bold;
+}
+
+
+#apply {
+	width: 100%;
+	margin-top: 40px;
+}
+
+.apply {
+	width: 1200px;
+	height: 300px;
+	margin: 0 auto;
+	display: flex;
+	justify-content: space-between;
+}
+
+.apply_left {
+	width: 260px;
+	height: 300px;
+}
+
+.apply_right {
+	width: 915px;
+	height: 300px;
+	display: flex;
+	justify-content: flex-start;
+	flex-wrap: wrap;
+}
+
+.apply_right>div>a {
+	background-color: #F0F9FF;
+	width: 295px;
+	height: 145px;
+	margin-left: 10px;
+	display: flex;
+	justify-content: space-around;
+	padding: 35px 40px;
+}
+
+.apply_right>div>a>img {
+	width: 70px;
+	height: 75px;
+}
+
+.apply_right>div>a>h4 {
+	line-height: 70px;
+	letter-spacing: 2px;
+	font-size: 17px;
+	font-weight: normal;
+	color: #3C3E3E;
+	width: 120px;
+	overflow: hidden;
+	white-space: nowrap;
+	text-overflow: ellipsis;
+	-o-text-overflow: ellipsis;
+}
+
+#wield {
+	width: 100%;
+	margin-top: 40px;
+}
+
+.wield_cont {
+	width: 1200px;
+	height: 400px;
+	margin: 20px auto;
+	text-align: center;
+	position: relative;
+	z-index: 22;
+}
+
+.wield_cont .video {
+	position: absolute;
+	width: 600px;
+	height: 400px;
+	z-index: 30;
+	background: #000;
+	box-shadow: 0 0 3px #000;
+}
+
+.wield_cont .video video {
+	width: 100%;
+	height: 100%;
+	display: inline-block;
+}
+
 .moreVideo {
-    width: 1200px;
-    margin: 0 auto;
-    text-align: right;
-    height: 60px;
-} 
-.moreVideo a{
-    font-size: 16px;
-    color: #383838
-}
-.moreVideo a:hover{
-    color: #1596E8;
-}
-.wield_cont>img{
-    width: 600px;
-    position: absolute;
-    right: 0;
-    top: 0;
-    height: 100%;
-    z-index: 25;
-}
-#wield>a{
-    color: #383838;
-}
-   
-.brands{width:100%;margin-top:-4px;position: relative;}
-.brands img{width:100%;}
-
-
-#hotProject{width:100%;padding-top: 30px;background:url("../../img/indedImg/inded40.png")no-repeat;}
-.hotProject_cont{width: 1200px;height:700px;margin:30px auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
-.hotProject_cont>div{width:285px;height:335px;background-color: #fff;}
-.hotProject_cont>div>img{width:285px;height:165px;}
-.hotProject_cont>div>h3{margin:10px 0 10px 20px;letter-spacing: 2px;}
-.hotProject_cont>div>p{margin-left:20px;letter-spacing: 1px;height:60px;
-text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
-.hotProject_cont>div>a{display:block;width:110px;height:33px;line-height: 30px;border: 2px solid #1596E8;margin-right: 15px;
-border-radius: 5px;margin-top:15px;/*float: right;*/margin-left:78px;text-align: center;color:#1596E8;letter-spacing: 1px;cursor: pointer;}
-
-.RecommendTitle>h2{font-weight: 500;}
-.view{padding-left: 620px;margin-top:30px;}
-.view>h4{font-size: 18px;color: #323131;font-weight: normal;margin-bottom: 24px;}
-.view>h4 a{
-    float: right;
-    
-}
-.view>h4 a span:nth-child(2){
-    width: 22px;
-    height: 22px;
-    border: 1px solid #cecece;
-    text-align: center;
-    line-height: 18px;
-    display: inline-block;
-    float: right;
-    color: #cecece
-}
-.view>h4 a:hover .line{
-    background: #1697e9;
-}
-.view>h4 a:hover span{
-    border-color:#1697e9;
-    color:#1697e9;
-}
-.view>h4 .line{
-    vertical-align: middle;
-    width: 470px;
-    height: 1px;
-    background: #cecece;
-    display: inline-block;
-}
-
-.brands>div{width:16%;height:90%;position: absolute;top:2.5%;right:20%;background-color: #fff;overflow: hidden;}
-.brands>div.brandsDiv{top:4.5%;}
-.brands>div>img{width:100%;height:100%;position:absolute;opacity: 0;}
-.brands>div>img:nth-child(1){opacity: 1;}
+	width: 1200px;
+	margin: 0 auto;
+	text-align: right;
+	height: 60px;
+}
+
+.moreVideo a {
+	font-size: 16px;
+	color: #383838
+}
+
+.moreVideo a:hover {
+	color: #1596E8;
+}
+
+.wield_cont>img {
+	width: 600px;
+	position: absolute;
+	right: 0;
+	top: 0;
+	height: 100%;
+	z-index: 25;
+}
+
+#wield>a {
+	color: #383838;
+}
+
+.brands {
+	width: 100%;
+	margin-top: -4px;
+	position: relative;
+}
+
+.brands img {
+	width: 100%;
+}
+
+
+#hotProject {
+	width: 100%;
+	padding-top: 30px;
+	background: url("../../img/indedImg/inded40.png")no-repeat;
+}
+
+.hotProject_cont {
+	width: 1200px;
+	height: 700px;
+	margin: 30px auto;
+	display: flex;
+	justify-content: space-between;
+	flex-wrap: wrap;
+}
+
+.hotProject_cont>div {
+	width: 285px;
+	height: 335px;
+	background-color: #fff;
+}
+
+.hotProject_cont>div>img {
+	width: 285px;
+	height: 165px;
+}
+
+.hotProject_cont>div>h3 {
+	margin: 10px 0 10px 20px;
+	letter-spacing: 2px;
+}
+
+.hotProject_cont>div>p {
+	margin-left: 20px;
+	letter-spacing: 1px;
+	height: 60px;
+	text-align: justify;
+	text-overflow: ellipsis;
+	overflow: hidden;
+	display: -webkit-box;
+	-webkit-box-orient: vertical;
+	-webkit-line-clamp: 3;
+}
+
+.hotProject_cont>div>a {
+	display: block;
+	width: 110px;
+	height: 33px;
+	line-height: 30px;
+	border: 2px solid #1596E8;
+	margin-right: 15px;
+	border-radius: 5px;
+	margin-top: 15px;
+	/*float: right;*/
+	margin-left: 78px;
+	text-align: center;
+	color: #1596E8;
+	letter-spacing: 1px;
+	cursor: pointer;
+}
+
+.RecommendTitle>h2 {
+	font-weight: 500;
+}
+
+.view {
+	padding-left: 620px;
+	margin-top: 30px;
+}
+
+.view>h4 {
+	font-size: 18px;
+	color: #323131;
+	font-weight: normal;
+	margin-bottom: 24px;
+}
+
+.view>h4 a {
+	float: right;
+
+}
+
+.view>h4 a span:nth-child(2) {
+	width: 22px;
+	height: 22px;
+	border: 1px solid #cecece;
+	text-align: center;
+	line-height: 18px;
+	display: inline-block;
+	float: right;
+	color: #cecece
+}
+
+.view>h4 a:hover .line {
+	background: #1697e9;
+}
+
+.view>h4 a:hover span {
+	border-color: #1697e9;
+	color: #1697e9;
+}
+
+.view>h4 .line {
+	vertical-align: middle;
+	width: 470px;
+	height: 1px;
+	background: #cecece;
+	display: inline-block;
+}
+
+.brands>div {
+	width: 16%;
+	height: 90%;
+	position: absolute;
+	top: 2.5%;
+	right: 20%;
+	background-color: #fff;
+	overflow: hidden;
+}
+
+.brands>div.brandsDiv {
+	top: 4.5%;
+}
+
+.brands>div>img {
+	width: 100%;
+	height: 100%;
+	position: absolute;
+	opacity: 0;
+}
+
+.brands>div>img:nth-child(1) {
+	opacity: 1;
+}
+
 /*.brands>div>img:nth-child(1){transition:opacity 2s linear }*/
-@keyframes imgani{
-	from{opacity: 0;}
-	to{opacity: 1;}
-}
-@keyframes imgbni{
-	from{opacity: 1;}
-	to{opacity: 0;}
-}
-.brands>div>img.ani{animation: imgani 4s linear  1 normal;animation-fill-mode: forwards;}
-.brands>div>img.bni{animation: imgbni 4s linear  1 normal;animation-fill-mode: forwards;}
-.carousel-control{top:38%;background-image: none!important;}
-
-.initModel{
-    position: fixed;
-    width: 100%;
-    height: 0;
-    background: rgba(0, 0, 0, .2);
-    top: 0;
-    left: 0;
-    z-index: 9999999999;
-    overflow: hidden;
-}
-.initModel div{
-    position: fixed;
-    left: 0;
-    top:10%;
-    width: 100%;
-    height: 0px;
-    background: url(../../img/index/initModelBj.png) no-repeat;
-    background-size:100% 100%;
-    overflow: hidden;
-    transition: all .2s ease-in; 
-    z-index:99999999991 ; 
-}
-.initModel.active div{
-    height:80%;
-    transition: all .2s ease-in-out;
+@keyframes imgani {
+	from {
+		opacity: 0;
+	}
+
+	to {
+		opacity: 1;
+	}
+}
+
+@keyframes imgbni {
+	from {
+		opacity: 1;
+	}
+
+	to {
+		opacity: 0;
+	}
+}
+
+.brands>div>img.ani {
+	animation: imgani 4s linear 1 normal;
+	animation-fill-mode: forwards;
+}
+
+.brands>div>img.bni {
+	animation: imgbni 4s linear 1 normal;
+	animation-fill-mode: forwards;
+}
+
+.carousel-control {
+	top: 38%;
+	background-image: none !important;
 }
+
+.initModel {
+	position: fixed;
+	width: 100%;
+	height: 0;
+	background: rgba(0, 0, 0, .2);
+	top: 0;
+	left: 0;
+	z-index: 9999999999;
+	overflow: hidden;
+}
+
+.initModel div {
+	position: fixed;
+	left: 0;
+	top: 10%;
+	width: 100%;
+	height: 0px;
+	background: url(../../img/index/initModelBj.png) no-repeat;
+	background-size: 100% 100%;
+	overflow: hidden;
+	transition: all .2s ease-in;
+	z-index: 99999999991;
+}
+
+.initModel.active div {
+	height: 80%;
+	transition: all .2s ease-in-out;
+}
+
 .initModel.active {
-    height:100%;
+	height: 100%;
 }
-.initModel .glyphicon-remove{
-    position: absolute;
-    font-size: 30px;
-    color: #fff;
-    right: 20px;
-    top: 20px;
-    cursor: pointer;
+
+.initModel .glyphicon-remove {
+	position: absolute;
+	font-size: 30px;
+	color: #fff;
+	right: 20px;
+	top: 20px;
+	cursor: pointer;
 }
-.initModel .glyphicon-remove:hover{
-    color: #f00;
+
+.initModel .glyphicon-remove:hover {
+	color: #f00;
 }
-.initModel a:hover{
-    color: #1596E8;
+
+.initModel a:hover {
+	color: #1596E8;
 }
+
 .initModel .moreActive {
-    position: absolute;
-    color: #fff;
-    font-size: 16px;
-    left: 52%;
-    transform: translateX(-50%);
-    bottom: 20%;
+	position: absolute;
+	color: #fff;
+	font-size: 16px;
+	left: 52%;
+	transform: translateX(-50%);
+	bottom: 20%;
 }
+
 .initModel .ljZhuCe {
-    position: absolute;
-    color: #fff;
-    font-size: 40px;
-    right:7%;
-    top: 45%;
-    transform: translateY(-50%);
-}
-.pub_fix{
-    z-index: 999999;
-}
-@media screen and (max-width:1600px){
-    .initModel .ljZhuCe{
-        font-size: 26px!important;
-        right:8.5%;
-    }
+	position: absolute;
+	color: #fff;
+	font-size: 40px;
+	right: 7%;
+	top: 45%;
+	transform: translateY(-50%);
+}
+
+.pub_fix {
+	z-index: 999999;
+}
+
+@media screen and (max-width:1600px) {
+	.initModel .ljZhuCe {
+		font-size: 26px !important;
+		right: 8.5%;
+	}
 }

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

@@ -18,22 +18,22 @@
     width: 100%;
 }
 .bannerList .carousel .left,.bannerList .carousel .right{
-    line-height: 475px;
+    /* line-height: 475px; */
     font-size: 60px;
 }
 .indexSearch{
-    width: 1200px;
+    width: 100%;
     height: 92px;
     margin: 20px auto;
-    padding-left: 100px;
+    display: flex;
+	border: 1px solid black;
 }
 .jumpType{
     padding-left: 54px;
 }
 .indexSearch .search-inp{
-    clear: both;
-    position: relative;
-    width: 1050px;
+   
+    width: 50%;
     height: 54px;
 }
 .search-inp a{

+ 1 - 1
webpack-dll.config.js

@@ -10,7 +10,7 @@ let theme = {
   '@link-color': '#58a3ff'
 };
 module.exports = (function () {
-	let staticHost = 'http://192.168.0.188:8088';    
+	let staticHost = 'http://192.168.1.222:80';    
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://statics.jishutao.com';

+ 3 - 3
webpack.config.js

@@ -515,7 +515,7 @@ module.exports = (function () {
         }));
     }
 
-    let staticHost = 'http://192.168.0.188:80';
+    let staticHost = 'http://192.168.1.222:80';
     switch (argv.env.deploy) {
         case 'test':
             staticHost = 'http://statics.jishutao.com';
@@ -547,9 +547,9 @@ module.exports = (function () {
         plugins: plugins,
         devServer: {
             disableHostCheck: true,
-            host: '192.168.0.188',
+            host: '192.168.1.222',
             port: 80,
-            allowedHosts: ['192.168.0.190', '192.168.0.99', '192.168.0.20','192.168.0.17'],
+            allowedHosts: ['192.168.0.222', '192.168.0.99', '192.168.0.20','192.168.0.17'],
             headers: {
                 "Access-Control-Allow-Origin": "*"
             }

+ 48 - 48
webpack/entry.config.js

@@ -54,197 +54,197 @@ module.exports = {
         'newMenu/specialDetail': './src/js/newMenu/specialDetail.js',
     },
     watch: {
-        'index': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'index': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/index.js'
         ],
-        'search': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'search': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/search.js'
         ],
-        'aboutUs': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'aboutUs': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/aboutUs.js'
         ],
-        'contactUs': ['webpack-dev-server/client?http://192.168.0.188',
+        'contactUs': ['webpack-dev-server/client?http://192.168.1.190',
             'webpack/hot/only-dev-server',
             './src/js/contactUs.js'
         ],
-        'register': ['webpack-dev-server/client?http://192.168.0.188',
+        'register': ['webpack-dev-server/client?http://192.168.1.190',
             'webpack/hot/only-dev-server',
             './src/js/register.js'
         ],
-        'thinkTank': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'thinkTank': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank.js'
         ],
-        'technologyTrading/achievementDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'technologyTrading/achievementDetail': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/technologyTrading/achievementDetail.js'
         ],
-        'technologyTrading/demandDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'technologyTrading/demandDetail': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/technologyTrading/demandDetail.js'
         ],
-        'thinkTank/policyDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'thinkTank/policyDetail': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/policyDetail.js'
         ],
-        'thinkTank/thinkerDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'thinkTank/thinkerDetail': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/thinkerDetail.js'
         ],
-        'thinkTank/policyList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'thinkTank/policyList': ['webpack-dev-server/client?http://192.168.1.190', // 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.188', // WebpackDevServer host and port
+        'news/newsDetailApp': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/news/newsDetailApp.js'
         ],
-        'news/appCognizance': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'news/appCognizance': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/news/appCognizance.js'
         ],
-        'news/agreement': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'news/agreement': ['webpack-dev-server/client?http://192.168.1.190', // 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.188', // WebpackDevServer host and port
+        'newMenu/demand': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/demand.js'
         ],
-        'newMenu/achievement': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/achievement': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/achievement.js'
         ],
-        'newMenu/achievementList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/achievementList': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/achievementList.js'
         ],
-        'newMenu/demandList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/demandList': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/demandList.js'
         ],
-        'newMenu/services': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/services': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/services.js'
         ],
-        'newMenu/serviceList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/serviceList': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/serviceList.js'
         ],
-        'newMenu/serviceDetails': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/serviceDetails': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/serviceDetails.js'
         ],
-        'newMenu/shopList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/shopList': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/shopList.js'
         ],
-        'newMenu/patentList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/patentList': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/patentList.js'
         ],
-        'newMenu/tradingIndex': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/tradingIndex': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/tradingIndex.js'
         ],
-        'newMenu/patent': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/patent': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/patent.js'
         ],
-        'newMenu/companyProfile': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/companyProfile': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/companyProfile.js'
         ],
-        'newMenu/continueHigh': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/continueHigh': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/continueHigh.js'
         ],
-        'newMenu/practicalPatent': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/practicalPatent': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/continueHigh.js'
         ],
-        'newMenu/militaryProject': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/militaryProject': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/continueHigh.js'
         ],
-        'newMenu/safeguarding': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/safeguarding': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/safeguarding.js'
         ],
-        'evaluation/evaluate': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'evaluation/evaluate': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/evaluate.js'
         ],
-        'newMenu/adviserList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/adviserList': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/adviserList.js'
         ],
-        'newMenu/adviserDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/adviserDetail': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/adviserDetail.js'
         ],
-        'newMenu/adviser': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/adviser': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/adviser.js'
         ],
-        'newMenu/safeguardingList': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/safeguardingList': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/safeguardingList.js'
         ],
-        'newMenu/safeguardingDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/safeguardingDetail': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/safeguardingDetail.js'
         ],
-        'newMenu/brandBuild': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/brandBuild': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/loading/brandBuild.js'
         ],
-        'newMenu/marketOpen': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/marketOpen': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/loading/marketOpen.js'
         ],
-        'newMenu/taxFinance': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/taxFinance': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/loading/taxFinance.js'
         ],
-        'newMenu/governmentSupport': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/governmentSupport': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/loading/governmentSupport.js'
         ],
-        'newMenu/assessment': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/assessment': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/loading/assessment.js'
         ],
-        'newMenu/Invitation': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/Invitation': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/loading/Invitation.js'
         ],
-        'newMenu/invRegister': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/invRegister': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/loading/invRegister.js'
         ],
-        'newMenu/video': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/video': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/video.js'
         ],
-        'newMenu/videoDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/videoDetail': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/videoDetail.js'
         ],
-        'facilitator': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'facilitator': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/facilitator/facilitator.js'
         ],
-        'newMenu/special': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/special': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/special.js'
         ],
-        'newMenu/specialDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+        'newMenu/specialDetail': ['webpack-dev-server/client?http://192.168.1.190', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/newMenu/specialDetail.js'
         ],