From fe1942c2479d3024d867ab65849737c3e5e7542f Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期三, 19 六月 2024 10:16:21 +0800
Subject: [PATCH] update 更换三方回调方案

---
 src/layout/components/SocialCallback/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 @@
   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();
   }
 

--
Gitblit v1.9.3