fix
This commit is contained in:
@@ -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) => {
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user