src/views/system/user/profile/thirdParty.vue
@@ -84,9 +84,9 @@ }; const authUrl = (source: string) => { authBinding(source).then((res: any) => { authBinding(source, useUserStore().tenantId).then((res: any) => { if (res.code === 200) { window.location.href = res.data + '&tenantId=' + useUserStore().tenantId + '&domain=' + window.location.host; window.location.href = res.data; } else { proxy?.$modal.msgError(res.msg); }