src/views/tideLogin.vue
@@ -12,8 +12,8 @@ }, computed: {}, methods: { goLogin() { useUserStore().TideLogin( {code : this.$route.query.code}).then(() => { goLogin() { useUserStore().TideLogin( {code : this.$route.query.code}).then(() => { this.$router.push({ path: this.redirect || "/" }).catch(() => { }); }) }