jiangyy 4 years ago
parent
commit
4992820ab0
  1. 4
      src/views/form/write/index.vue

4
src/views/form/write/index.vue

@ -114,7 +114,9 @@ export default {
const token = this.$route.query.token const token = this.$route.query.token
this.$store.dispatch('user/setTokens', token) this.$store.dispatch('user/setTokens', token)
} else { } else {
console.log('微信传入token')
const token = this.$route.query.token
this.$store.dispatch('user/setTokens', token)
} }
this.getWxAuthorizationUrl() this.getWxAuthorizationUrl()

Loading…
Cancel
Save