|
@ -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() |
|
|