This commit is contained in:
2025-02-26 17:11:32 +08:00

View File

@ -47,5 +47,5 @@ function checknext() {
function backtoroot(msg="已完成,返回") { function backtoroot(msg="已完成,返回") {
alert(msg); alert(msg);
location.href="index.html"; location.href="";
} }