fix:修复详情页退回入口页取出参数有误
This commit is contained in:
parent
07437fbd1d
commit
6b3850be81
|
@ -310,7 +310,7 @@
|
|||
}, 3000);
|
||||
} else {
|
||||
/*跳转起始页面*/
|
||||
let entryLink = sessionStorage.getItem('entryLink');
|
||||
let entryLink = localStorage.getItem('entryLink');
|
||||
setTimeout(() => {
|
||||
window.location.replace(entryLink);
|
||||
}, 3000);
|
||||
|
|
Loading…
Reference in New Issue