兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-06-19 1f2add4b6bece17ed26a4816f447a4e00f22192d
src/views/login.vue
@@ -194,7 +194,7 @@
  authBinding(type).then((res: any) => {
    if (res.code === HttpStatus.SUCCESS) {
      // 获取授权地址跳转
      window.location.href = res.data + '&tenantId=' + loginForm.value.tenantId;
      window.location.href = res.data + '&tenantId=' + loginForm.value.tenantId + '&domain=' + window.location.host;
    } else {
      ElMessage.error(res.msg);
    }