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