Crunchy
2025-03-17 0a26d58a3906b9e13946c7cb46fae51a0de98920
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
      })
    }
  }
}