更改tiao

This commit is contained in:
red-deng-deng 2022-01-22 17:46:05 +08:00
parent ee50dbdefc
commit 9561091a16
1 changed files with 2 additions and 3 deletions

View File

@ -158,10 +158,9 @@
sessionStorage.setItem('linkId', linkId); sessionStorage.setItem('linkId', linkId);
}else{//跳转链接 }else{//跳转链接
setTimeout(()=>{ setTimeout(()=>{
// window.location.href=res.data window.location.href=res.data
// window.location.replace(res.data); // window.location.replace(res.data);
window.open(res.data); },1000);
},3000);
} }
//是否携带token //是否携带token
if (keyCode) { if (keyCode) {