From 9ee123cc87febb248b61a0eb2b27c7af9862959e Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Apr 2024 02:10:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E8=BF=98=E5=8E=9F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 547ad80..c55f529 100644 --- a/index.html +++ b/index.html @@ -135,7 +135,6 @@ if (linkId.length > 10) { req.axiosGet('/plan/plan_theme/' + linkId).then(res => { if (res.code == 200) { - this.getMessage(); window.location.replace(res.data); self.loading = false; return;