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(() => { }); }) }