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;