zhuo
2025-04-17 06ca842a5219511302497d0a87be4293ae7cb7a0
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
      })
    }
  }
}