This commit is contained in:
2025-02-26 17:21:03 +08:00
parent 1f2c23c157
commit b1c336e43c

View File

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