This commit is contained in:
X1627315083
2024-01-18 11:58:09 +08:00
parent 09df4f9b06
commit b9ad623b64
4 changed files with 5 additions and 3 deletions

View File

@@ -61,7 +61,9 @@ async function isMurmur() {
let randomNum: any = Math.floor(Math.random() * 9000000000000000) + 1000000000000000;
sessionStorage.setItem('sessionId', randomNum);
router.push("/home");
// localStorage.setItem('murmurStr',murmurStr)
if(window.location.search.substring(1)){
localStorage.setItem('id',window.location.search.substring(1))
}
})
.catch((res) => {
});