From fe1942c2479d3024d867ab65849737c3e5e7542f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Wed, 19 Jun 2024 10:16:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=8D=A2=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/SocialCallback/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/SocialCallback/index.vue b/src/layout/components/SocialCallback/index.vue index 723d593..7edae44 100644 --- a/src/layout/components/SocialCallback/index.vue +++ b/src/layout/components/SocialCallback/index.vue @@ -65,7 +65,7 @@ const init = async () => { let host = window.location.host; if (domain !== host) { let urlFull = new URL(window.location.href); - urlFull.hostname = domain; + urlFull.host = domain; window.location.href = urlFull.toString(); }