src/views/login.vue
@@ -96,11 +96,9 @@ }, methods: { async goLogin() { const { data: { data }, } = await getSsoAuthUrl() window.location.href = data // this.$router.push({ path: '/thirdpartylogin' }) await getSsoAuthUrl().then(res => { window.location.href = res.data }) }, getCode() { getCodeImg().then(res => {