zouyu
3 天以前 c53e4aa33c6c15479c47aacc0f3f3796f610cae5
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(() => { });
      })
    }