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