liting2017 6 years ago
parent
commit
9bbaeff54f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/js/newMenu/serviceList.js
  2. 1 1
      src/js/video.js

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

@@ -109,7 +109,7 @@ $(function () {
             thisdata.map((item,index)=>{
                 htmls+='<div>';
                 if(item.module==id){
-                    theArrs+='<li data-module='+item.module+' class="active"><span>'+item.name+'</span></li>';
+                    theArrs+=`<li data-module=${item.module||0} class='active'><span>${item.name}</span></li>`;
                 }else{
                     theArrs+='<li data-module='+item.module+'><span>'+item.name+'</span></li>';
                 }

+ 1 - 1
src/js/video.js

@@ -139,7 +139,7 @@ $(function () {
             }
             nutt = $(this).index();
             let urls = $(this).find('.videoId').val();
-            window.location.href=globalConfig.context+'/protal/videoDetail?id='+urls;
+            window.location.href=globalConfig.context+'/open/protal/videoDetail?id='+urls;
             //let urls = $(this).find('input').val();
             // videoHtml = `<source src="http://118.190.205.7:8000${urls}" type="video/mp4">`;
             // $('.videoPlay').show(100);