fix:修复详情页退回入口页取出参数有误

This commit is contained in:
Apple 2022-10-27 17:04:22 +08:00
parent 07437fbd1d
commit 6b3850be81
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
}, 3000);
} else {
/*跳转起始页面*/
let entryLink = sessionStorage.getItem('entryLink');
let entryLink = localStorage.getItem('entryLink');
setTimeout(() => {
window.location.replace(entryLink);
}, 3000);