兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-07-27 6c49b47344d4ccabc05f5ece7bb147bcc3035f10
src/views/login.vue
@@ -191,10 +191,10 @@
 * @param type
 */
const doSocialLogin = (type: string) => {
  authBinding(type).then((res: any) => {
  authBinding(type, loginForm.value.tenantId).then((res: any) => {
    if (res.code === HttpStatus.SUCCESS) {
      // 获取授权地址跳转
      window.location.href = res.data + '&tenantId=' + loginForm.value.tenantId;
      window.location.href = res.data;
    } else {
      ElMessage.error(res.msg);
    }