From 8d4bc47f2ea869eeb48e73d5ff000890b4cc0d93 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Mon, 24 Jan 2022 20:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=B7=B3=E5=87=BA=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 19fb6d7..a345d68 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,8 @@ if(linkId.length>10){ req.axiosGetplan('/plan/plan_theme/' + linkId).then(res => { if(res.code==200){ - window.location.href=res.data; + // window.location.href=res.data; + window.location.replace(res.data); return; } })