This commit is contained in:
2024-07-22 15:07:00 +08:00
parent 29cc87399e
commit efacb10259
4 changed files with 210 additions and 65 deletions

View File

@@ -108,7 +108,7 @@
if(!res.ok){
alert(await res.text());
}else{
window.location.href("./");
window.location.href="./";
}
}catch(err){
console.log(err);