From 64813fdf56728c0350650c96efc4beb76b54682f Mon Sep 17 00:00:00 2001 From: zhangds Date: Thu, 11 Apr 2024 02:05:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20=E4=B8=8D=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=9A=84=20msg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index c55f529..547ad80 100644 --- a/index.html +++ b/index.html @@ -135,6 +135,7 @@ 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;