diff --git a/exchange.html b/exchange.html
index 5acb872..a431a4a 100644
--- a/exchange.html
+++ b/exchange.html
@@ -316,7 +316,10 @@
// }
/*跳转起始页面*/
let entryLink=sessionStorage.getItem('entryLink');
- window.location.replace(entryLink);
+ setTimeout(() => {
+ window.location.replace(entryLink);
+ }, 3000);
+
}
}
}