兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-06-19 1f2add4b6bece17ed26a4816f447a4e00f22192d
src/views/system/user/profile/thirdParty.vue
@@ -86,7 +86,7 @@
const authUrl = (source: string) => {
  authBinding(source).then((res: any) => {
    if (res.code === 200) {
      window.location.href = res.data + '&tenantId=' + useUserStore().tenantId;
      window.location.href = res.data + '&tenantId=' + useUserStore().tenantId + '&domain=' + window.location.host;
    } else {
      proxy?.$modal.msgError(res.msg);
    }