CINXE.COM
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><meta name=description content=""><meta name=keywords content=""><title></title><link rel="shortcut icon" href="https://www.yun-live.com/images/new_favicon.ico?v=1" type=image/x-icon><script>var murl = window.location.href; var arrUrl = murl.split("pc/"); var arr = arrUrl[1].split("/"); var live_id = murl.split("?live_id=")[1]; ////定制页面 红衫页面 var gurl = window.location.protocol + '//' + window.location.host; console.log(33333, arr) if (arr[0] == 'leaflet') { window.location.href = gurl + "/leaflet" //pc的落地页 } if (arr[0] == 'solution') { window.location.href = gurl + "/solution" //pc的落地页 } console.log('第一次进入判断') if (getBrow() == true) { //进入h5 页面 switch (arr[0]) { case 'serviceCase': //活动集合页 // if (arr[1] > 335) { console.log('进入活动集合页-新') window.location.href = gurl + "/h5/newDistribute/" + arr[1] //活动集合页 // } else { // console.log('进入活动集合页-旧') // window.location.href = gurl + "/h5/activityGather/" + arr[1] //活动集合页 // } break; case '2023T6thDigital': //云现场 | 第六届数字中国建设成果展览会定制页 活动集合页 window.location.href = gurl + "/sonly/2023T6thDigital" break; case 'redxiamen': //红色厦门定制页面 console.log('红色厦门定制页面') window.location.href = gurl + "/h5/redxiamen" //红色厦门定制页面 break; case 'seafair': //618 定制页面 - console.log('h5===618') window.location.href = gurl + "/h5/seafair/" + arr[1] break; case 'sequoiacaphealth_two': //红衫定制页面2 console.log('h5===红衫定制页面2') window.location.href = gurl + "/h5/sequoiacaptech/" + arr[1] break; case 'sequoiacaptech': //红衫定制页面2 2021.11.22修改版 2410 2411 console.log('h5===红衫定制页面2') window.location.href = gurl + "/h5/sequoiacaptech/" + arr[1] break; case 'sequoiacaphealth': //红衫定制页面2 2021.11.22修改版 1922 1923 console.log('h5===红衫定制页面2') window.location.href = gurl + "/h5/sequoiacaphealth/" + arr[1] break; case 'xiamen_talents': //2021厦门人才企业榜发布现场- console.log('h5===2021厦门人才企业榜发布现场') window.location.href = gurl + "/h5/xiamen_talents" break; case 'nomura2760': //野村论坛 console.log('野村论坛') window.location.href = gurl + "/h5/nomura2760/" + arr[1] break; case 'feilu': //第二届互联网影视文娱盛典 console.log('第二届互联网影视文娱盛典') window.location.href = gurl + "/h5/feilu" break; default: console.log('进入h5首页'); // 手机端进入pc链接 if (murl == gurl + '/yunlivepc/pages/feilu/feilu') { window.location.href = gurl + "/h5/feilu" } else if (murl.split('?')[0] == gurl + '/pc/solution/1') { window.location.href = gurl + "/h5/solution/1?" + murl.split('?')[1] } else if (murl.split('?')[0] == gurl + '/pc/solution/0') { window.location.href = gurl + "/h5/solution/0?" + murl.split('?')[1] } else if (live_id) { console.log('进入h5定制页 //定制页面 红衫页面') window.location.href = gurl + "/yunhome/pagesF/treatment/treatment?live_id=" + live_id ////定制页面 红衫页面 } else { window.location.href = gurl //首页 } break; } } else { // pc的301重定向 switch (arr[0]) { case 'sequoiacaphealth_two': //红衫的修改名称的定制页面 window.location.href = gurl + "/pc/sequoiacaptech/" + arr[1] break; default: break; } } // 判断运行平台 function getBrow() { var u = navigator.userAgent; // var ua = navigator.userAgent.toLocaleLowerCase(); // var app = navigator.appVersion; var mobile= !!u.match(/AppleWebKit.*Mobile.*/); console.log('当前为 PC 端的微信小程序环境',isPCWeChatMiniProgram()); if(mobile){ return true; }else{ // 调用示例 if (isPCWeChatMiniProgram()) { console.log('当前为 PC 端的微信小程序环境'); return true; }else{ return false; } } // return { // /*是否为移动终端*/ // ucweb: function() { // try { // return parseFloat(u.match(/ucweb\d+\.\d+/gi).toString().match(/\d+\.\d+/).toString()) >= 8.2 // } catch (e) { // if (u.indexOf('UC') > -1) { // return true; // } // console.log('当前为 PC 端的微信小程序环境',isPCWeChatMiniProgram()); // // 调用示例 // if (!isPCWeChatMiniProgram()) { // console.log('当前为 PC 端的微信小程序环境'); // return true; // } // return false; // } // }(), // Symbian: u.indexOf('Symbian') > -1, // ucSB: u.indexOf('Firofox/1.') > -1, // }; } // 判断是否为微信浏览器 function isWeChatBrowser() { var ua = navigator.userAgent.toLowerCase(); return ua.indexOf('micromessenger') !== -1; } // 判断是否为微信小程序环境 function isWeChatMiniProgram() { var ua = navigator.userAgent.toLowerCase(); return ua.indexOf('miniprogram') !== -1; } // 判断是否为 PC 端的微信小程序环境 function isPCWeChatMiniProgram() { return isWeChatBrowser() && isWeChatMiniProgram() && !/android|iphone|ipad|ipod/.test(navigator.userAgent .toLowerCase()); } document.addEventListener('DOMContentLoaded', function() { document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' }) // 百度收录设置 var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s);</script><link rel=stylesheet href=/pc/static/index.2da1efab.css><link href=https://www.yun-live.com/js/vide7.5.5/css/video-js.min.css rel=stylesheet><script src=https://www.yun-live.com/js/vide7.5.5/js/video.min.js></script><script src=https://s.yun-live.com/file/vide7.5.5/js/videojs-contrib-hls.js></script><script src=https://s.yun-live.com/file/vide7.5.5/js/videojs-flash.min.js></script><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?0d7e32607425b37e880f56191c30c98c"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/pc/static/js/chunk-vendors.233cddda.js></script><script src=/pc/static/js/index.85d557d6.js></script></body></html>