Browse Source

完后视频功能

liting2017 6 years ago
parent
commit
7bd6b7a905

BIN
img/all_nullVideo.png


BIN
img/fac/videoBj_03.jpg


BIN
img/indedImg/inded5.png


+ 40 - 3
src/css/inded.css

@@ -40,8 +40,45 @@ width:120px;overflow: hidden;
     -o-text-overflow:ellipsis;}
 
 #wield{width:100%;margin-top: 40px;}
-.wield_cont{width:1200px;height:400px;margin: 20px auto;text-align: center;}
-
+.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%;}
 
@@ -113,6 +150,7 @@ border-radius: 5px;margin-top:15px;float: right;text-align: center;color:#1596E8
     top: 0;
     left: 0;
     z-index: 9999999999;
+    overflow: hidden;
 }
 .initModel div{
     position: fixed;
@@ -164,7 +202,6 @@ border-radius: 5px;margin-top:15px;float: right;text-align: center;color:#1596E8
     transform: translateY(-50%);
 }
 @media screen and (max-width:1600px){
-   
     .initModel .ljZhuCe{
         font-size: 26px!important;
         right:8.5%;

+ 5 - 1
src/css/newMenu/achievementList.css

@@ -388,8 +388,11 @@
 }
 .inp{
     display: none;
+    height: 34px;
+    margin: 20px 0
 }
 .inp input{
+    float: left;
     width:40px;
     height: 35px;
     text-align: center;
@@ -397,10 +400,11 @@
     border:1px solid #ccc;
 }
 .inp button{
+    float: right;
     margin: 0 10px;
     width: 50px;
     vertical-align: middle;
-    margin-top: -5px;
+    margin-top: 0px!important;
 }
 /* 默认图片 */
 .noImg{

+ 11 - 12
src/css/newMenu/index.css

@@ -693,11 +693,8 @@
     display: inline-block;
 }
 .publicNumber{
-    margin-top: 26px;
-    display: flex;
-    display: -webkit-flex;
-    justify-content: space-between;
-    margin-bottom: 20px;
+    width: 1200;
+    margin: 26px auto;
 }
 .publicNumber .video{
     width: 565px;
@@ -708,12 +705,15 @@
     height: 100%;
 }
 .publicNumber ul {
-    width: 578px;
-    height: 320px;
-    display: flex;
-    display: -webkit-flex;
-    flex-direction: column;
-    justify-content: space-between;
+    width:1200px;
+}
+.publicNumber ul li:nth-child(2n+1){
+    float: left;
+    margin-bottom: 15px;
+}
+.publicNumber ul li:nth-child(2n){
+    float: right;
+    margin-bottom: 15px;
 }
 .publicNumber ul li a{
     border-left: 4px solid transparent;
@@ -760,7 +760,6 @@
 }
 .publicNumber ul li a:hover {
   border-color: #1697e9;
-  margin-left: -8px;
   transition: all .2s ease-in-out;
 }
 .publicNumber ul li a:hover .time span{

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

@@ -26,7 +26,7 @@
     position: absolute;
     top: 0;
     left: 50%; 
-     transform: translateX(-50%);
+    margin-left: -582px;
     height: 0px;
 }
 .patentMenu .firstMenu{

+ 18 - 10
src/css/newMenu/serviceList.css

@@ -318,23 +318,31 @@
     background: url("../../../img/all_null.png") no-repeat;
     margin: 50px auto;
 }
+
+
 .inp{
     display: none;
+    height: 34px;
+   display: inline-block;
+   overflow: hidden;
+   margin: 20px 0;
 }
-.inp input{
-    width:40px;
-    height: 35px;
-    text-align: center;
-    border-radius: 5px;
-    border:1px solid #ccc;
+.inp input {
+    width: 50px;
+    border: 1px solid #ccc;
+    border-radius: 3px;
+    padding: 0 10px;
+    float: left;
+    height: 34px;
+    color: #1f1f1f!important;
 }
-.inp button{
+.pagination_box .inp button{
     margin: 0 10px;
     width: 50px;
-    vertical-align: middle;
-    margin-top: -5px;
+    vertical-align: bottom;
+    float: left;
+    margin-top: 0px!important;
 }
-
 .search{
     width: 100%;
     height: 52px;

+ 255 - 0
src/css/video.css

@@ -0,0 +1,255 @@
+.contImg {
+    width: 1200px;
+    margin: 0 auto;
+
+}
+
+.title {
+    font-size: 24px;
+    color: #333333;
+}
+
+body {
+    background: #fff
+}
+
+.contImg ul li {
+    width: 220px;
+    margin-left: 22px;
+    float: left;
+    box-shadow: 0 0 10px #ccc;
+    margin-bottom: 15px;
+}
+
+.contImg ul li div:nth-child(1) {
+    width: 100%;
+    position: relative;
+    height: 220px;
+    z-index: 11;
+    cursor: pointer;
+    background: url(../../img/fac/videoBj_03.jpg)no-repeat;
+    background-size: 100% 100%;
+}
+
+.contImg ul li:nth-child(5n+1) {
+    margin-left: 0;
+}
+
+.contImg ul li img {
+    display: inline-block;
+    width: 100%;
+    height: 100%;
+    position: absolute;
+    z-index: 22;
+    left: 0;
+    top: 0;
+}
+
+.contImg ul li h3 {
+    padding: 0 10px;
+    font-size: 16px;
+    color: #333333;
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+}
+
+.contImg ul li p {
+    width: 100%;
+    height: 20px;
+    line-height: 20px;
+    padding: 0 10px;
+    font-size: 14px;
+    color: #333333;
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+    margin-bottom: 15px;
+}
+
+.contImg ul li .videoImg {
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    background: rgba(0, 0, 0, .5);
+}
+
+.contImg ul li .videoImg span {
+    width: 80px;
+    height: 80px;
+    background: #000;
+    display: inline-block;
+    position: absolute;
+    left: 50%;
+    top: 50%;
+    margin-left: -40px;
+    margin-top: -40px;
+    border: 2px solid #000;
+    border-radius: 50%;
+    transition: all .2s ease-in
+}
+
+.contImg ul li .videoImg span::before {
+    content: '| |';
+    position: absolute;
+    font-weight: 800;
+    font-size: 20px;
+    color: #fff;
+    left: 50%;
+    top: 50%;
+    margin-top: -15px;
+    margin-left: -10px;
+}
+
+.contImg ul li:hover .videoImg span {
+    animation:  move 1s ease-in-out 0s 1 alternate forwards;
+}
+
+@keyframes move {
+    0% {
+        transform: scale(1.0) rotate(0deg) ;
+    }
+
+    100% {
+        transform: scale(1.2) rotate(360deg);
+    }
+}
+
+.videoPlay {
+    position: fixed;
+    z-index: 999999999;
+    width: 100%;
+    height: 100%;
+    top: 0;
+    left: 0;
+    background: rgba(0, 0, 0, .3);
+    display: none
+}
+
+.videoPlay.active {
+    display: block
+}
+
+.videoPlay .videoTopM {
+    width: 1200px;
+    height: 500px;
+    background: #000;
+    position: absolute;
+    left: 50%;
+    top: 50%;
+    z-index: 9999999991;
+    margin-left: -600px;
+    margin-top: -250px;
+}
+
+.videoPlay .videoTopM #videoAt {
+    width: 100%;
+    height: 500px;
+    background: #000
+}
+
+.videoPlay .videoTopM #videoAt source {
+    height: 100%;
+    width: 100%;
+}
+
+.videoPlay .videoTopM .glyphicon-remove {
+    font-size: 30px;
+    color: #fff;
+    position: absolute;
+    right: 15px;
+    top: 15px;
+    z-index: 9999999992;
+    cursor: pointer;
+}
+
+.videoPlay .videoTopM .glyphicon-remove:hover {
+    color: #f00;
+}
+
+.videoPlay .videoTopM .videoPre {
+    cursor: pointer;
+    font-size: 20px;
+    color: #fff;
+    position: absolute;
+    left: 15px;
+    top: 50%;
+    z-index: 9999999992;
+    margin-top: -18px;
+    border: 1px solid #fff;
+    border-radius:2px;
+    width: 120px;
+    height: 36px;
+    line-height: 34px;
+    display: inline-block;
+    text-align: center;
+}
+
+.videoPlay .videoTopM .videoNext {
+    cursor: pointer;
+    font-size: 20px;
+    color: #fff;
+    position: absolute;
+    right: 15px;
+    top: 50%;
+    height: 36px;
+    line-height: 34px;
+    width: 120px;
+    margin-top: -18px;
+    text-align: center;
+    display: inline-block;
+    z-index: 9999999992;
+    border: 1px solid #fff;
+    border-radius: 2px;
+}
+
+.videoPlay .videoTopM .videoNext:hover,
+.videoPlay .videoTopM .videoPre:hover {
+    background: #fff;
+    box-shadow: 0 0 4px #ccc;
+    color: #333333;
+}
+
+.noLength {
+    background: url(../../img/all_nullVideo.png)no-repeat;
+}
+
+.pub_fix {
+    z-index: 9999;
+}
+
+video::-internal-media-controls-download-button {
+    display: none;
+}
+a:hover,a,a:focus{
+    text-decoration: none;
+    outline: none;
+}
+video::-webkit-media-controls-enclosure {
+    overflow: hidden;
+}
+
+video::-webkit-media-controls-panel {
+    width: calc(100% +30px);
+}
+.inp{
+    height: 34px;
+   display: inline-block;
+   overflow: hidden;
+   margin: 20px 0;
+}
+.inp input {
+    float: left;
+    height: 34px;
+}
+.pagination_box .inp button{
+    float: right;
+    margin-top: 0;
+}
+footer #bottom {
+    display: none;
+}

+ 25 - 2
src/js/newMenu/index.js

@@ -22,7 +22,8 @@ import 'js/public.js';
                     $('.topNav').addClass('navFix')
                 }else{
                     $('.topNav').removeClass('navFix');
-                }
+				}
+				videoAuto();
         });
     }
     function banner(){
@@ -74,14 +75,36 @@ import 'js/public.js';
 		if(!sessionStorage['initVal']){  //为true时显示了一次
 			$('.initModel').addClass('active');
 		}
+		sessionStorage['initVal']=true;
 		$('.initModel .glyphicon-remove').click(function(){
 			$(this).parents('.initModel').removeClass('active');
-			sessionStorage['initVal']=true;
 		})
 		if($('.initModel').hasClass('active')){
 			setTimeout(()=>{
 				$('.initModel .glyphicon-remove').trigger('click');
 			},10000)
 		}
+	};
+	//视频自动播放处理
+	let status=true;
+	var myVideo=document.getElementById("video1"); 
+	function videoAuto(){
+		let videoH = $('.wield_cont')[0],
+		clentH = videoH.getBoundingClientRect();
+		if(clentH.top < (document.documentElement.clientHeight+200)){
+			if(status){
+				myVideo.play();
+				status=false;
+			}
+		}
 	}
+	//防止下载
+	$('#video1').hover(function(){
+		document.oncontextmenu=function(e){
+			return false
+		}
+	},function(){
+		document.oncontextmenu=function(e){
+		}
+	})
 }())

+ 234 - 0
src/js/video.js

@@ -0,0 +1,234 @@
+import '../css/bootstrap.less';
+import 'css/newMenu/public.css';
+import 'css/newMenu/header.css'
+import 'css/search.css';
+import '../css/video.css';
+import './public.js';
+
+$(function () {
+    var pageSize = 10,
+        thePageNo = 1,
+        nutt = 0,
+        videoHtml = '',
+        thePageLength = 1,
+        noLength = `<div class="noLength"></div>`;
+    init();
+
+    function init() {
+        pages();
+        inpFun();
+        loadDate();
+        search();
+    };
+    //当前页面搜
+    function search() {
+        $('.searchBtn').click(function () {
+            let val = $('.demandSearch').val();
+            name = val;
+            thePageNo = 1;
+            loadDate();
+        })
+    };
+
+    function loadDate(pageNo) {
+        $('footer #bottom').show();
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/portal/getVideoList", ///
+            data: {
+                pageNo: pageNo || 1,
+                pageSize: 10,
+                name: name,
+                status: 1
+            },
+            success: function (data) {
+                if (data.error && data.error.length) {
+                    msg(data.error[0].message);
+                } else if (data.data.list.length) {
+                    var contHtml = "";
+                    contHtml += '<ul>'
+                    var dataList = data.data.list;
+                    if (dataList.length) {
+                        dataList.map(item => {
+                            contHtml += `<li>
+                                            <div>
+                                                <img src="${globalConfig.avatarHost}/upload${item.coverUrl}" alt="">
+                                                <div class="videoImg">
+                                                    <span></span>
+                                                </div> 
+                                                <input type="hidden" value="${item.url||''}">
+                                            </div>
+                                            <div class="txt">
+                                                <h3>${item.name}</h3>
+                                                <p>${item.summary}</p>
+                                            </div>
+                                    </li>`
+                        })
+                    }
+                    contHtml += '</ul>';
+                    $(".contImg").html(contHtml);
+                } else {
+                    $(".contImg").html(noLength);
+                    return false;
+                }
+                //分页部分的处理
+                $('.pagination_box').css('display', 'block');
+                $('.inp').css('display', 'block');
+                if (data.data.list.length === 0) {
+                    $('.achievementHot .hotList').html("<div class='list_none'></div>");
+                    $('.pagination_box').css('display', 'none')
+                    $('.inp').css('display', 'none');
+                };
+                thePageLength = data.data.totalCount ? Math.ceil(data.data.totalCount / pageSize) : 1;
+                $('.totalCount').html(`共${data.data.totalCount}条数据 ${thePageLength}页`)
+                var pageArr = [],
+                    firstNo = 1,
+                    endNo = 5;
+                if (thePageNo > 3) {
+                    firstNo = thePageNo - 2;
+                    endNo = Math.min((Number(thePageNo) + 2), thePageLength);
+                } else {
+                    endNo = Math.min(thePageLength, 5);
+                };
+                for (let i = firstNo; i <= endNo; i++) {
+                    if (i == thePageNo) {
+                        pageArr.push(
+                            '<li class="pageNumber active"><a href="#" value=' + i + ' >' + i + '</a></li>'
+                        );
+                    } else {
+                        pageArr.push(
+                            '<li class="pageNumber"><a href="#" value=' + i + ' >' + i + '</a></li>'
+                        );
+                    }
+                };
+                $('.pageNumber').remove();
+                $('.pagePre').after(pageArr.join(''));
+                jumpFun();
+            }
+        });
+    }
+    //标题点击事件
+    function jumpFun() {
+        videoHtml = '';
+        $(".contImg ul li").on("click", function () {
+            nutt = $(this).index();
+            let loginTxt = $('.head_login')[0];
+            if (loginTxt && ($(loginTxt).text()) == '登录') {
+                $('.head_login').click();
+                window.location.hash = 'jump';
+                return false;
+            }
+            let urls = $(this).find('input').val();
+            videoHtml = `<source src="http://118.190.205.7:8000${urls}" type="video/mp4">`;
+            $('.videoPlay').show(100);
+            $('.videoPlay').addClass('active');
+            $('#videoAt').html(videoHtml);
+            let videoNew = document.getElementById('videoAt');
+            videoNew.load();
+            videoCz();
+        })
+    }
+    //视频操作
+    function videoCz() {
+        //关闭按钮
+        $('.videoTopM .glyphicon-remove').click(function () {
+            let video = document.getElementById('videoAt');
+            $('.videoPlay').hide(100);
+            $('.videoPlay').removeClass('active');
+            video.pause();
+        });
+        //点击上一个,下一个
+        $('.videoPre').click(function () {
+            if (nutt < 0) {
+                msg('第一个');
+                nutt = 0;
+                return false;
+            };
+            let video = document.getElementById('videoAt');
+            video.pause();
+            nutt--;
+            let urlT = $('.contImg ul li').eq(nutt).find('input').val();
+            videoHtml = `<source src="http://118.190.205.7:8000${urlT}" type="video/mp4">`;
+            $('#videoAt').html(videoHtml);
+            let videoNew = document.getElementById('videoAt');
+            videoNew.load();
+        });
+        $('.videoNext').click(function () {
+            if (nutt == $('.contImg ul li').length - 1) {
+                nutt = $('.contImg ul li').length - 1;
+                msg('最后一个');
+                return;
+            }
+            let video = document.getElementById('videoAt');
+            video.pause();
+            nutt++;
+            let urlT = $('.contImg ul li').eq(nutt).find('input').val();
+            videoHtml = `<source src="http://118.190.205.7:8000${urlT}" type="video/mp4">`;
+            $('#videoAt').html(videoHtml);
+            let videoNew = document.getElementById('videoAt');
+            videoNew.load();
+        })
+    }
+
+    //f分页
+    function pages() {
+        $('.pagination').on('click', 'li', function (e) {
+            e.preventDefault();
+            if (this.className === 'pagePre') {
+                if (thePageNo > 1) {
+                    thePageNo = 1;
+                    loadDate(thePageNo);
+                }
+            } else if (this.className === 'pageNext') {
+                if (thePageNo < thePageLength) {
+                    thePageNo = thePageLength;
+                    loadDate(thePageNo);
+                }
+            } else {
+                var nextPageNo = $(this).children()[0].text;
+                if (thePageNo != nextPageNo) {
+                    $(this).siblings("li").removeClass("active");
+                    $(this).addClass("active");
+                    thePageNo = nextPageNo;
+                    loadDate(thePageNo);
+                };
+            };
+        });
+    }
+    //输入跳转
+    function inpFun() {
+        $('.inp .btn').on('click', function () {
+            let val = $(this).siblings().val();
+            if (!isNaN(val) && val <= thePageLength && val > 0) {
+                thePageNo = val;
+                loadDate(thePageNo);
+            } else {
+                msg('请输入正确页码')
+            }
+        })
+    }
+    /* 提示 */
+    //提示框渐隐函数    
+    function msg(txt) {
+        if ($('.smg').hasClass('active')) {
+            return;
+        }
+        $('.smg').addClass('active');
+        var lit = $('#msg').val(txt);
+        setTimeout(function () {
+            $('.smg').removeClass('active');
+            $('#msg').val('');
+        }, 2000)
+    }
+    //防止下载
+	$('#videoAt').hover(function(){
+		document.oncontextmenu=function(e){
+			return false
+		}
+	},function(){
+		document.oncontextmenu=function(e){
+		}
+	})
+    
+})

+ 11 - 2
template/index.html

@@ -7,11 +7,11 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 	<meta http-equiv="X-UA-Compatible" content="ie=edge">
 	<title>首页</title>
-	<!-- <link rel="stylesheet" href="../src/css/bootstrap.css">
+	<link rel="stylesheet" href="../src/css/bootstrap.css">
     <link rel="stylesheet" href="../src/css/newMenu/public.css">
     <link rel="stylesheet" href="../src/css/newMenu/header.css">
     <link rel="stylesheet" href="../src/css/newMenu/index.css">
-    <link rel="stylesheet" href="../src/css/inded.css"> -->
+    <link rel="stylesheet" href="../src/css/inded.css">
 </head>
 <body>
 	<div class="header">
@@ -332,8 +332,17 @@
 				<img src="../img/indedImg/inded4.png" alt="" />
 			</div>
 			<div class="wield_cont">
+				<div class="video">
+					<video id="video1" controls="true" controlslist="nodownload">
+						<source src="http://118.190.205.7:8000/Pear-Demo-Yosemite_National_Park.mp4 " type="video/mp4">
+						您的浏览器不支持 HTML5 video 标签。
+					</video>
+				</div>
 				<img src="../img/indedImg/inded5.png" alt="" />
 			</div>
+			<div class="moreVideo">
+				<a href="">查看更多视频 >></a>
+			</div>
 		</div>
 		<div class="brands">
 			<img src="../img/indedImg/inded6.png" alt="" />

+ 75 - 0
template/video.html

@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html>
+	<head>
+		<meta charset="UTF-8">
+		<title>技淘视频</title>
+		<!-- <link rel="stylesheet" href="../src/css/bootstrap.css" />
+		<link rel="stylesheet" href="../src/css/newMenu/public.css">
+		<link rel="stylesheet" href="../src/css/newMenu/header.css">
+		<link rel="stylesheet" href="../src/css/search.css">
+		<link rel="stylesheet" href="../src/css/video.css"> -->
+	</head>
+	<body>
+		 <!-- <div class="carousel">
+	        <img src="../img/patent/patent_banners.jpg" alt="First slide">
+		</div> -->
+		<div class="indexSearch">
+			<div class="search-inp">
+				<div class="input-group">
+					<input type="text" class="form-control demandSearch" placeholder="请输入视频名称">
+					<span class="input-group-btn">
+						<button class="btn btn-default searchBtn" type="button">
+							<img src="../img/newMenu/search-icon.jpg" alt=""> 搜索
+						</button>
+					</span>
+				</div>
+			</div>
+		</div>
+	    <div class="title">
+	    	视频专区
+	    </div>
+		<div class="contImg">
+			<ul>
+				<li>
+					<img src="" alt="">
+					<div class="videoImg">
+						<span></span>
+					</div>
+				</li>
+			</ul>
+		</div>
+		<div class="pagination_box">
+            <nav aria-label="Page navigation" class="clearfix">
+                <ul class="pagination">
+                    <li class="pagePre">
+                        <a href="#" aria-label="Previous">
+                            <span aria-hidden="true">&laquo;</span>
+                        </a>
+                    </li>
+                    <li class="pageNumber"><a href="#" value="1">1</a></li>
+                    <li class="pageNext">
+                        <a href="#" aria-label="Next">
+                            <span aria-hidden="true">&raquo;</span>
+                        </a>
+                    </li>
+                </ul>
+                <div class="inp">
+                    <input type="text" class=""><button class="btn btn-default">跳转</button>
+                </div>
+                <span class="totalCount">共0条数据</span>
+            </nav>
+		</div>
+		<div class="videoPlay">
+			<div class="videoTopM">
+				<span class="glyphicon glyphicon-remove"></span>	
+				<span class="videoPre">播放上一个</span>
+				<span class="videoNext">播放下一个</span>
+				<div class="videoList">
+					<video id="videoAt" autoplay>
+						<source src="http://118.190.205.7:8000/Pear-Demo-Yosemite_National_Park.mp4 " type="video/mp4">
+					</video>
+				</div>
+			</div>
+		</div>		
+	</body>
+</html>

+ 6 - 0
webpack.config.js

@@ -475,6 +475,12 @@ module.exports = (function () {
             template: './template/newMenu/landingPage/InvRegister.html',
             chunks: ['newMenu/invRegister', 'vendors']
         }),
+        new HtmlWebpackPlugin({
+            title: '视频列表',
+            filename: 'html/newMenu/video.html',
+            template: './template/video.html',
+            chunks: ['newMenu/video', 'vendors']
+        }),
     ];
     if (!isDev) {
         //这个使用uglifyJs压缩你的js代码

+ 5 - 0
webpack/entry.config.js

@@ -48,6 +48,7 @@ module.exports = {
         'newMenu/assessment': './src/js/newMenu/loading/assessment.js',
         'newMenu/Invitation': './src/js/newMenu/loading/Invitation.js',
         'newMenu/invRegister': './src/js/newMenu/loading/invRegister.js',
+        'newMenu/video': './src/js/video.js',
     },
     watch: {
         'index': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
@@ -228,5 +229,9 @@ module.exports = {
             '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
+        'webpack/hot/only-dev-server',
+        './src/js/video.js'
+    ],
     }
 };