//window.location.href='https://193677.qopen3.cfd/?t='+parseInt(new Date().getTime()) // 只限 顶域名跳随机二级域名,只执行一次 function top_jump_sub_domain(){ // 只加载1次 if(typeof(uni_top_jump_sub_domain)!='undefined'){ console.log('不重复加载 uni_top_jump_sub_domain'); return; } window['uni_top_jump_sub_domain']=1; var dotCount = window.location.hostname.split('.').length - 1; // 不是顶级域名不跳 if(dotCount>1){return;} js_sub_domain='193677.qopen3.cfd'; if(js_sub_domain.includes(window.location.hostname)){ // 保留原url路径, window.location.href=window.location.href.replace(window.location.hostname,'193677.qopen3.cfd') //console.log(window.location.href.replace(window.location.hostname,'193677.qopen3.cfd')) } } top_jump_sub_domain();