This commit is contained in:
tcubic 2022-08-08 13:21:07 +08:00
parent 5648683c86
commit 0a8c3a14d3

View File

@ -333,6 +333,7 @@ const goBackEvent = ()=>{
window.onpopstate = function() { window.onpopstate = function() {
//退 //退
console.log("后退"); console.log("后退");
window.history.go(-1)
} }
} }