修改还了返回按钮的功能

This commit is contained in:
2026-01-29 17:39:06 +08:00
parent d0675aede3
commit 0f98d67e41
3 changed files with 254 additions and 22 deletions

View File

@@ -675,6 +675,7 @@
function goBack() {
window.location.href = backUrl;
}
window.goBack = goBack;
})();
</script>