解决跳出首页
This commit is contained in:
parent
fd39f90451
commit
8d4bc47f2e
|
@ -138,7 +138,8 @@
|
|||
if(linkId.length>10){
|
||||
req.axiosGetplan('/plan/plan_theme/' + linkId).then(res => {
|
||||
if(res.code==200){
|
||||
window.location.href=res.data;
|
||||
// window.location.href=res.data;
|
||||
window.location.replace(res.data);
|
||||
return;
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue