gaoluyang
2025-04-16 1ea1ad2c56e95e71e1756cfca73e7183f9795ac9
src/views/logindemo.vue
@@ -13,10 +13,9 @@
  computed: {},
  methods: {
    async goLogin() {
      const {
        data: { data }
      } = await getSsoAuthUrl()
      window.location.href = data
      await getSsoAuthUrl().then(res => {
        window.location.href = res.data
      })
    }
  }
}