zhuo
2025-03-17 61febcbc0dc133de8ab5237921f5bf89c9558e69
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 => {