更改tiao
This commit is contained in:
parent
ee50dbdefc
commit
9561091a16
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue