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 {