兰宝车间质量管理系统-前端
LiuHao
2023-07-10 d160c3a61cc38359de4794b208884bba430f0a1c
src/views/system/user/profile/thirdParty.vue
@@ -80,7 +80,7 @@
const authUrl = (source: string) => {
  authBinding(source).then((res: any) => {
    if (res.code === 200) {
      window.location.href = res.msg;
      window.location.href = res.data;
    } else {
      ElMessage.error(res.msg);
    }