Compare commits

..

2 Commits

View File

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