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;