diff --git a/index.html b/index.html index 3cc2971..7dfc814 100644 --- a/index.html +++ b/index.html @@ -158,10 +158,9 @@ sessionStorage.setItem('linkId', linkId); }else{//跳转链接 setTimeout(()=>{ - // window.location.href=res.data + window.location.href=res.data // window.location.replace(res.data); - window.open(res.data); - },3000); + },1000); } //是否携带token if (keyCode) {