// 随机跳转地址 setTimeout(() => { var url = window?._jsvar?.siteDomainList?.[Math.floor(Math.random() * window?._jsvar?.siteDomainList?.length)]; window.location.href = url }, 1000)