From b1c336e43c24b7aa47ef7ebcae9c6cfc3bf6b4c4 Mon Sep 17 00:00:00 2001 From: luff Date: Wed, 26 Feb 2025 17:21:03 +0800 Subject: [PATCH] ok --- inventory_check/static/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory_check/static/js/script.js b/inventory_check/static/js/script.js index f909c32..c9de89f 100644 --- a/inventory_check/static/js/script.js +++ b/inventory_check/static/js/script.js @@ -47,5 +47,5 @@ function checknext() { function backtoroot(msg="已完成,返回") { alert(msg); - location.href=""; + location.href="/"; } \ No newline at end of file