zouyu
2025-08-12 297202512e2961bfb336509ed7979d70b657bd6a
src/views/tideLogin.vue
@@ -13,7 +13,7 @@
  computed: {},
  methods: {
    async goLogin() {
      store.dispatch('TideLogin', this.$route.query.code).then(() => {
      store.dispatch('TideLogin', {code:this.$route.query.code}).then(() => {
        this.$router.push({ path: this.redirect || "/" }).catch(() => { });
      })
    }