From 912d48bf71e952edd65909687c27a073128bc05f Mon Sep 17 00:00:00 2001 From: yige Date: Thu, 23 Jul 2020 08:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/auth.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (_) { } }