兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-07-12 9719d6d75ccecdba3c1e4f4c9c6d77d8d1f16db9
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);
    }