兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-06-24 1be1eaf7b45e8690ac1e6f6321afc044f8a3018f
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;
      window.location.href = res.data;
    } else {
      proxy?.$modal.msgError(res.msg);
    }