From 827e223e68a2cb2929c3a8fef76981af525ccbda Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 2 Nov 2022 20:10:56 +0800 Subject: [PATCH] =?UTF-8?q?test=EF=BC=9A=E6=B5=8B=E8=AF=95=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= 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 045cbba..663b1a1 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@ if (linkId.length > 10) { req.axiosGet('/plan/plan_theme/' + linkId).then(res => { if (res.code == 200) { - // window.location.replace(res.data); + window.location.replace(res.data); self.loading = false; return; } else {