fix:修复返回落地页链接

This commit is contained in:
Apple 2022-11-02 10:09:56 +08:00
parent 7cb2a43f6d
commit cecf078aa0
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@
}, 3000);
} else {
setTimeout(() => {
window.location.href = "./index.html?id=" + 12;
window.location.href = "./index.html?id=" + localStorage.getItem('linkId');
}, 3000);
}
}