src/layout/components/SocialCallback/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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(); }