加大延迟时间

This commit is contained in:
red-deng-deng 2021-11-29 17:13:45 +08:00
parent 2954fdbb03
commit 5ef1222c2c
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@
setTimeout(() => {
window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId');
sessionStorage.clear();
}, 1000);
}, 5000);
}
}
}).catch(err => {