diff --git a/pages/auth.vue b/pages/auth.vue index bbae48c..afdcb60 100644 --- a/pages/auth.vue +++ b/pages/auth.vue @@ -32,7 +32,7 @@ export default { try { window.localStorage.visitorToken = data.result.token window.localStorage.visitorInfo = JSON.stringify(data.result.visitorInfo) - window.location.href = 'https://www.wyr.me/post/' + this.$route.query.state.split('-')[1] + window.location.href = 'https://www.wyr.me/post/' + this.$route.query.state.split('-')[1] + '?hash=comment' } catch (_) { } }