From ad06e50a717e86291977254a05518eebb0a935f5 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 1 Mar 2024 17:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AA=20optimize:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2f0ab40..d33bdd7 100644 --- a/index.html +++ b/index.html @@ -113,7 +113,7 @@ await req.axiosGet('/conf/apiStatus').then(res => { if (res.data.update) { sessionStorage.setItem('notice', res.data.msg); - location.href = './notice.html'; + location.replace('./notice.html'); return; } });