兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-06-19 fe1942c2479d3024d867ab65849737c3e5e7542f
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);
    }